crazy4pi314 / learn-qc-with-python-and-qsharp

Companion code for Learn Quantum Computing with Python and Q# Book by Dr. Sarah Kaiser and Dr. Cassandra Granade 💖
https://bit.ly/qsharp-book
MIT License
90 stars 51 forks source link

Error when creating qsharp-book conda env #11

Closed dimi-tree closed 3 years ago

dimi-tree commented 4 years ago
$ conda env create -f environment.yml
...
Pip subprocess output:

Pip subprocess error:
ERROR: Invalid requirement: 'qsharp=0.10.2002.2610' (from line 1 of /Users/dimitri/code/learn-qc-with-python-and-qsharp/condaenv.gx7h1e3a.requirements.txt)
Hint: = is not a valid operator. Did you mean == ?

CondaEnvException: Pip failed
debmalya commented 4 years ago

Faced same issue, during execution of command

conda env create -f environment.yml

Modification

- pip:
    - qsharp == 0.10.2002.2610
crazy4pi314 commented 3 years ago

I think this should fixed now, thanks everyone for the feedback! 💖