-
Notifications
You must be signed in to change notification settings - Fork 59
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
Cannot install on ends that do not have dependencies installed #2
Comments
Same error on windows, btw, despite "packaging" being successfully installed |
same here.. |
Sounds like I know what's the issue : you need to install setuptools and buildtools, and then you can install it |
Fixes this : Dao-AILab#2 (comment)
made a merge request with a fix |
I am skeptical about that pull request. It changes line 258 of setup.py, but the crash happens when Python tries to run lines 8, 11 and 18. Instead, I made a
This seems to install the four requirements before running |
I can't see *.toml project files in the original repo, so I just asked for a pull request with minimal changes. lets you install this at least from source. I also have no experience with *.toml. If you have ideas for improvements, I guess you're free to create pull requests! |
Just to comment that I also had this same problem. I'm on Ubuntu 22.04 using virtualenv. I already have |
I was able to resolve this by running $ pip install wheel |
Even though I have setuptools and buildtools installed, I still get an error when I run them.I think setuptools and buildtools are probably not the problem. × python setup.py egg_info did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
I have the same problem with u. Have u sovled it? |
I can only folk the repository and build it locally |
The text was updated successfully, but these errors were encountered: