taurus-org / taurus

Moved to https://gitlab.com/taurus-org/taurus
http://taurus-scada.org
43 stars 46 forks source link

Conda install not working in Windows 10 for python 3.7 #1157

Open txarlie13 opened 3 years ago

txarlie13 commented 3 years ago

The instructions in the docs work for installing taurus through conda (uses python 3.8) on Windows, but when trying to install pytango through conda it needs python 3.7 and there are unsolvable conflicts.

cpascual commented 3 years ago

thanks @txarlie13 for the report. I confirm the issue.

In fact, I think that it can also be reproduced in linux, with:

conda create -n foo --override-channels -c anaconda -c conda-forge -c taurus-org taurus 'python<3.8'