-
Notifications
You must be signed in to change notification settings - Fork 53
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 install" is not working #5
Comments
It is recommended to install pySOT using pip unless there is a good reason to install from source. The installation process seems to work fine if inspyred is installed separately before the pySOT installation is started. I would appreciate if you could check whether it is possible to install using the setup.py as follows (it works fine from my virtual environment): pip install inspyred Thank you for pointing out this issue! |
I can confirm that it installs without an issue. Thanks for the awesome framework. Looking forward to using it. |
I'm happy that it worked and I'm glad you like pySOT. Thanks again for pointing out the installation issue. The documentation has been updated appropriately. |
I cannot solve my issue when installing dragnet package ... |
Please open a new issue since this isn't related to inspyred, which isn't a pySOT dependency anymore. |
@gvola looks like corrupted file to me. Try clearing out the zipimport cache and redownloading the file. |
Problem 1: cannot install
inspyred
because of missingREADME.md
file.Error log:
After manually installing
inspyred
and removing the need forREADME.md
by editinginspyred's
setup.cfg
I have this problem:Problem 2:
So I gave up, and installed via
pip install pySOT
The text was updated successfully, but these errors were encountered: