-
Notifications
You must be signed in to change notification settings - Fork 20
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
python setup.py egg_info did not run successfully when installing package #182
Comments
hello @Daoudooms - thanks so much for trying to use our package. Unfortunately the package has only been developed to work on Macos and Ubuntu. We haven't been able to test it for Windows and as such I imagine there will be several issues (perhaps not just this one). Are you perhaps able to use it on an Ubuntu EC2 instance, or use a subsystem? |
The specific issue above can be fixed by adding UTF-8 encoding to the open in setup.py
|
If you want to make the package work on windows you'll also have to modify the tag_cmd in setup.py to something like this
|
Thanks for these @Aiden-RC! |
i have a WIP fork containing windows related changes, I can do a Pull Request once i've confirmed the changes indeed work, |
that would be great @Aiden-RC |
I am trying to install the package on Windows 10 Pro with Python 3.11, but I get the following error message:
I upgraded pip, setuptools and wheel since I found on the internet that those packages might be the reason for this error. It did not solve the issue. The versions of these packages are:
pip 23.0
setuptools 67.3.1
wheel 0.38.4
Any idea how to solve this issue and install the package?
I also try to install the package using Python 3.10, but I also get an issue, though it is different.
The text was updated successfully, but these errors were encountered: