We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Command “pip install -e .” does not work
OS: [win10]
Language Version: Python 3.8
The text was updated successfully, but these errors were encountered:
Could you also share the directory from which you run the command?
Sorry, something went wrong.
I created a conda env called " C:\Users\Azhe\Desktop\SyMPC-main\sympc"
Per setup.py
try: require("setuptools>=38.3") except VersionConflict: print("Error: version of setuptools is too old (<38.3)!") sys.exit(1)
You should try upgrading local version of setuptools with:
setuptools
pip install --upgrade pip pip install --upgrade setuptools
No branches or pull requests
Question
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Further Information
Command “pip install -e .” does not work
Screenshots
System Information
OS: [win10]
Language Version: Python 3.8
The text was updated successfully, but these errors were encountered: