0

I am having trouble uploading qiskit to my Ananconda3 environment. I follow these steps without any problem. In Anaconda3 shell

  1. conda create -n ENV_NAME python=3
  2. conda activate ENV_NAME
  3. pip install qiskit
  4. 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.

mswatosh
  • 466
  • 2
  • 8
jeffreagan
  • 21
  • 1

1 Answers1

0

Did you try pip list since you installed with pip

cometta
  • 35,071
  • 77
  • 215
  • 324