Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Taurus CLI not installed by conda on Windows #1158

Open
txarlie13 opened this issue Nov 6, 2020 · 1 comment
Open

Taurus CLI not installed by conda on Windows #1158

txarlie13 opened this issue Nov 6, 2020 · 1 comment
Labels
bug windows this issue affects specifically to windows systems
Milestone

Comments

@txarlie13
Copy link

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
Copy link
Member

cpascual commented Nov 8, 2020

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

@cpascual cpascual added the bug label Nov 8, 2020
@cpascual cpascual added this to the Jan21 milestone Nov 8, 2020
@cpascual cpascual added the windows this issue affects specifically to windows systems label Nov 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug windows this issue affects specifically to windows systems
Projects
None yet
Development

No branches or pull requests

2 participants