You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I received this error with pip install AGEpy --user. Installing from the source code worked, however. I'm using Ubuntu 20.04, pip version 20.0.2 and python 3.8.10.
> pip install AGEpy --user
Collecting AGEpy
Using cached AGEpy-0.8.1.tar.gz (46 kB)
Requirement already satisfied: Pandas>=0.15.2 in ./.local/lib/python3.8/site-packages (from AGEpy) (1.4.0)
Requirement already satisfied: biomart in ./.local/lib/python3.8/site-packages (from AGEpy) (0.9.2)
ERROR: Could not find a version that satisfies the requirement client (from AGEpy) (from versions: none)
ERROR: No matching distribution found for client (from AGEpy)
The text was updated successfully, but these errors were encountered:
I received this error with
pip install AGEpy --user
. Installing from the source code worked, however. I'm using Ubuntu 20.04, pip version 20.0.2 and python 3.8.10.The text was updated successfully, but these errors were encountered: