Skip to content
This repository has been archived by the owner on Aug 21, 2022. It is now read-only.

No matching distribution found for ipython==7.18.1 #57

Closed
ElijahAhianyo opened this issue Nov 22, 2020 · 1 comment · Fixed by #58
Closed

No matching distribution found for ipython==7.18.1 #57

ElijahAhianyo opened this issue Nov 22, 2020 · 1 comment · Fixed by #58
Assignees
Labels
documentation Improvements or additions to documentation first-timers-only first-timers-only tickets wontfix This will not be worked on

Comments

@ElijahAhianyo
Copy link
Collaborator

Running the following command specified in the README :

CPPFLAGS="$(pg_config --cppflags)" LDFLAGS="$(pg_config --ldflags)" python3 -m pip install -r requirements_dev.txt

resulted in the following error:

...
Collecting ipython==7.18.1 (from -r requirements.txt (line 303))
  Cache entry deserialization failed, entry ignored
  Could not find a version that satisfies the requirement ipython==7.18.1 (from -r requirements.txt (line 303)) (from versions: 0.10, 0.10.1, 0.10.2, 0.11, 0.12, 0.12.1, 0.13, 0.13.1, 0.13.2, 1.0.0, 1.1.0, 1.2.0, 1.2.1, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 4.0.0b1, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.1.0rc1, 4.1.0rc2, 4.1.0, 4.1.1, 4.1.2, 4.2.0, 4.2.1, 5.0.0b1, 5.0.0b2, 5.0.0b3, 5.0.0b4, 5.0.0rc1, 5.0.0, 5.1.0, 5.2.0, 5.2.1, 5.2.2, 5.3.0, 5.4.0, 5.4.1, 5.5.0, 5.6.0, 5.7.0, 5.8.0, 5.9.0, 5.10.0, 6.0.0rc1, 6.0.0, 6.1.0, 6.2.0, 6.2.1, 6.3.0, 6.3.1, 6.4.0, 6.5.0, 7.0.0b1, 7.0.0rc1, 7.0.0, 7.0.1, 7.1.0, 7.1.1, 7.2.0, 7.3.0, 7.4.0, 7.5.0, 7.6.0, 7.6.1, 7.7.0, 7.8.0, 7.9.0, 7.10.0, 7.10.1, 7.10.2, 7.11.0, 7.11.1, 7.12.0, 7.13.0, 7.14.0, 7.15.0, 7.16.0, 7.16.1)
No matching distribution found for ipython==7.18.1 (from -r requirements.txt (line 303))

Did some digging and realized ipython 7.18.1 required python3.7+. After updating my python version from python 3.6.9 to python 3.8 everything worked!

@codecakes
Copy link
Contributor

relates to #53

@codecakes codecakes added documentation Improvements or additions to documentation first-timers-only first-timers-only tickets wontfix This will not be worked on labels Nov 22, 2020
@codecakes codecakes linked a pull request Nov 24, 2020 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation first-timers-only first-timers-only tickets wontfix This will not be worked on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants