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

Failed to install refgenie #267

Open
lsnsl123 opened this issue Dec 24, 2021 · 1 comment
Open

Failed to install refgenie #267

lsnsl123 opened this issue Dec 24, 2021 · 1 comment

Comments

@lsnsl123
Copy link

Hi, I want to try to install the refgenie.

However, it came out the errors:

error in refgenie setup command: use_2to3 is invalid.

I googled this error, it seems that the version after setuptools 58 does not support use_2to3. Maybe It needs to update setuptools to a version before 58...

Hmm I don't know is there anybody has such problem. Just a submission.

@kernytsky
Copy link

2to3 was kicked out in setuptools 58. Just downgrade setup tools to 57.5.0. I did this with an existing conda setup which may not be optimal but I got refgenie to install:
pip install setuptools==57.5.0
Doing it via conda would probably be better and would break less things but I couldn't get it to work.
In case you got version 0.1.0 of refgenie installed you may need to
pip install refgenie==0.12.1

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