I am having trouble uploading qiskit to my Ananconda3 environment. I follow these steps without any problem. In Anaconda3 shell
- conda create -n ENV_NAME python=3
- conda activate ENV_NAME
- pip install qiskit
- pip install qiskit[visualization]
When I check the modules with conda list, qiskit is not to be found. Other modules such as numpy, matplotlib, etc. are present.
Any suggestions? On my previous Windows based PC, I was able to download everything without any problems.