mcstron Hi,
In miniconda3
, there are two directories on which the packages were installed using the commands from the manual.
- (1)
C:\Users\<name>\miniconda3\envs\artiq\site-packages
and
- (2)
C:\Users\<name>\miniconda3\envs\artiq\Lib\site-packages
Python only recognize the 2nd directory.
The first directory is where artiq, sipyco and pythonparser are installed, I think. You have to move or copy all the packages in the first directory to the second directory and test if artiq is now visible.
Can you check if this is also the case for anaconda3
? Just change the path above correspondingly.