Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anaconda conda.compat module warning comes up whenever I install new packages/modules

Tags:

anaconda

When I was trying to install packages like html5lib, BeautifulSoup4, sqlalchemy etc. I got the following message prompted in my command line window.

Warning: the conda.compat module is deprecated and will be removed in a future release

What does it exactly mean? And what should I do about it?

like image 401
Mert Ozturk Avatar asked Apr 09 '19 11:04

Mert Ozturk


2 Answers

This is a known bug in conda 4.6.11 github link which is corrected in latest version of conda 4.6.12.

for more details refer superuser thread .

like image 86
Ashish Avatar answered Nov 14 '22 14:11

Ashish


update conda to latest version and it will start working.

conda update conda

like image 35
karan Avatar answered Nov 14 '22 14:11

karan