Closed HectorMenezes closed 3 years ago
This doesn't appear to be directly caused by Qiskit - your pip
reports that it installed correctly:
Successfully installed attrs-21.2.0 [...] qiskit-0.30.1 qiskit-aer-0.9.0 qiskit-aqua-0.9.5 qiskit-ibmq-provider-0.16.0 qiskit-ignis-0.6.0 qiskit-terra-0.18.3 [...]
Something looks funny in your error, message, though - it alludes to pip9
, whereas pip 10.0
was released in 2018, and pip9
stopped being vendored by pipenv
in May 2018. What's your version of pipenv
, and can you update it?
I thought this pip9
was kind of strange too, I've never used this version before, and it only appears when installing Qiskit.
The current version:
$ pipenv --version
pipenv, version 11.9.0
Yeah, that version is from March 2018. Looking at your error log, you've got pipenv
installed through your system package manager (apt
or apt-get
). Unfortunately, that's the latest version in Ubuntu's repos - is there any chance you can install a slightly less ancient version through the system pip
instead? It's a pure-Python package, so there shouldn't be any benefit to using the system package manager for it.
For the record, I was able to install qiskit
fine with the most recent pipenv==2021.5.29
.
Informations
What is the current behavior?
When trying to install qiskit gives in a pipenv virtual environment by:
Gives the following error:
Steps to reproduce the problem
Install qiskit with a pipenv virtualenv.
What is the expected behavior?
Qiskit is supposed to be installed successfully.
Suggested solutions
I don't have any idea, I don't even know for sure if that's an error of caused by Qiskit directly. However, I've been trying all solutions related to
pip9.exceptions.InstallationError
I've found, and all libraries and frameworks work well in my personal and work computer (I used to use Pop!_OS, but installed Ubuntu 21.04 in my PC) when using pipenv.