Giter Club home page Giter Club logo

Comments (6)

jterrace avatar jterrace commented on May 12, 2024

I just ran into this issue and found that it was fixed in 710f3e1

Got the error with:

pip install PyWavelets

Works with:

pip install -e git+git://github.com/nigma/pywt.git#egg=pywt

It would be great if you can send a new release to PyPi. Until then, the above is a workaround to pull from dev. Thanks!

from pywt.

jterrace avatar jterrace commented on May 12, 2024

Actually, the pip -e doesn't work because the package folder is in src/pywt instead of just pywt like it has to be for -e to work properly. I had to just check out the source and run setup.py install manually.

from pywt.

nigma avatar nigma commented on May 12, 2024

Thanks for pointing this out. I have recently moved pywt to src/pywt (8faf6e6) because it caused similar problems when the interpreter was run from the build directory. I guess I have to consider moving it back or find a better solution that will solve both problems.

On the other hand the non-editable install should hopefully work:

pip install git+git://github.com/nigma/pywt.git#egg=pywt

For reference: related discussion group thread

from pywt.

meawoppl avatar meawoppl commented on May 12, 2024

Is this still an issue, I had trouble compiling it with the latest cython. If so, I will check it out and file a pull request.

from pywt.

rgommers avatar rgommers commented on May 12, 2024

Layout made standard in gh-7, which should resolve this issue.

from pywt.

rgommers avatar rgommers commented on May 12, 2024

Cython issues are all resolved in master branch of https://github.com/PyWavelets/pywt, so closing this issue.

from pywt.

Related Issues (15)

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.