taurus-org / taurus

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

Taurus CLI not installed by conda on Windows #1158

Open txarlie13 opened 3 years ago

txarlie13 commented 3 years ago

conda install -c conda-forge -c taurus-org taurus taurus_pyqtgraph

Then when running: taurus

appears this message:

'taurus' is not recognized as an internal or external command, operable program or batch file.

However taurus can be imported through python

cpascual commented 3 years ago

This seems a windows-specific issue. The following works fine on my linux:

$ conda --version
conda 4.9.0
$ conda create -n kk2 --override-channels -c conda-forge -c taurus-org taurus
(...)
$ conda activate kk2
(kk2) $ taurus --version
(kk2) $ taurus --version
taurus, version 4.7.0
(kk2) $ which taurus
~/miniconda/envs/kk2/bin/taurus