Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install error #15

Open
cmatKhan opened this issue Feb 16, 2022 · 1 comment
Open

pip install error #15

cmatKhan opened this issue Feb 16, 2022 · 1 comment
Assignees

Comments

@cmatKhan
Copy link

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)
@jorgeboucas
Copy link
Member

Hi @cmatKhan, we have moved to rolling releases. I have update the installation instructions:

pip
pip3 install git+https://github.com/mpg-age-bioinformatics/AGEpy.git --user

To install a specific commit use:

pip3 install git+https://github.com/mpg-age-bioinformatics/AGEpy.git@<ash> --user
# eg.
pip3 install git+https://github.com/mpg-age-bioinformatics/AGEpy.git@9b10b76d021652c44f93e8dd3850a7a937e6fcee --user

@jorgeboucas jorgeboucas self-assigned this Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants