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

unable to install SyMPC #300

Open
Azhe9510 opened this issue Aug 10, 2021 · 3 comments
Open

unable to install SyMPC #300

Azhe9510 opened this issue Aug 10, 2021 · 3 comments

Comments

@Azhe9510
Copy link

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

@gmuraru
Copy link
Member

gmuraru commented Aug 10, 2021

Could you also share the directory from which you run the command?

@Azhe9510
Copy link
Author

I created a conda env called " C:\Users\Azhe\Desktop\SyMPC-main\sympc"

@Harkirat155
Copy link
Member

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:

pip install --upgrade pip   
pip install --upgrade setuptools

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

3 participants