Giter VIP home page Giter VIP logo

Comments (8)

surendra1472 avatar surendra1472 commented on August 25, 2024

Hey did you fix this?

from ddeint.

sarahsama avatar sarahsama commented on August 25, 2024

python3.5 does not work. Change your paython to 3.4

from ddeint.

fccoelho avatar fccoelho commented on August 25, 2024

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.
https://setuptools.readthedocs.io/en/latest/ez_setup.html?highlight=ez_setup

from ddeint.

Zulko avatar Zulko commented on August 25, 2024

pip3 install ddeint seems to work for me (python 3.6). Maybe this is something specific to python 3.5 (at which case it's not worth a fix). Are we sure this is even linked to ez_setup, and not to a system rights problem ?

from ddeint.

fccoelho avatar fccoelho commented on August 25, 2024

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
https://github.com/Zulko/ddeint/blob/master/setup.py

and make sure you have setuptools installed on your system before installing the package.
By the way I believe that if you have pip installed you must have setuptools as well.

from ddeint.

Zulko avatar Zulko commented on August 25, 2024

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.

from ddeint.

sarahsama avatar sarahsama commented on August 25, 2024

from ddeint.

Zulko avatar Zulko commented on August 25, 2024

Fixed in the new version (reopen if not)

from ddeint.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.