-
Notifications
You must be signed in to change notification settings - Fork 24
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
Can't install with pip? #1
Comments
Hey did you fix this? |
python3.5 does not work. Change your paython to 3.4 |
Rolling back the Python version is not a sensible solution. It doesn't seem too hard to simply fix the bug in setup.py. Using ez-setup.py is no longer the recommended way to writing a setup script which rely on setuptools. |
|
it failed for me on python 3.6: sudo -H pip3 install -U ddeint
[sudo] senha para fccoelho:
Collecting ddeint
Downloading https://files.pythonhosted.org/packages/f8/e0/551123d86a28c17531d2700c5e41a6b5b46ca995ca391fb83a60bdf056d4/ddeint-0.1.02.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-et2clkqr/ddeint/setup.py", line 1, in <module>
import ez_setup
ModuleNotFoundError: No module named 'ez_setup' And it does seem to be an issue with ez_setup.py I would just delete the first two lines of and make sure you have |
Ok that actually sounds like a MANIFEST.in issue (the ez_setup.py file was missing from the manifest so not shipped with the library). I hear you regarding the deprecation of ez_setup, but it should still work with it. |
Fixed in the new version (reopen if not) |
This seems like a great module! I love clean APIs like you seem to have implemented. Unfortunately pip seems to give me errors when trying to install; any ideas?
The text was updated successfully, but these errors were encountered: