rigetti / reference-qvm

A reference implementation for a quantum virtual machine in Python
Apache License 2.0
46 stars 20 forks source link

Installation by pip fails #4

Closed TheThirdOne closed 6 years ago

TheThirdOne commented 6 years ago

The README suggests installing using pip by:

pip install reference-qvm

but this fails with the error message:

Collecting reference-qvm
  Could not find a version that satisfies the requirement reference-qvm (from versions: )
No matching distribution found for reference-qvm

Installing referenceqvm works fine though.

The name in setup.py should probably be updated.

1 was a similar issue.

ncrubin commented 6 years ago

I believe this has been addressed.