Code Monkey home page Code Monkey logo

Comments (8)

wiseman avatar wiseman commented on August 29, 2024 2

BTW, if you try to pip install pymad in Mac OS and get this error:

    src/madmodule.c:11:10: fatal error: 'mad.h' file not found
    #include <mad.h>
             ^~~~~~~
    1 error generated.
    error: command 'clang' failed with exit status 1

Then you need to install the mad package first: brew install mad.

from pymad.

jaqx0r avatar jaqx0r commented on August 29, 2024

from pymad.

inkrement avatar inkrement commented on August 29, 2024

I have to admit, that I never did this before, but some user explained the required steps in this Issue. I think you already publised your package to PyPI, but in my case pip returned No distributions at all found for .... Therefore I think you have to "build and upload" the project.

from pymad.

tgarc avatar tgarc commented on August 29, 2024

pymad (0.8) is the right package but if you check the PyPI page there are no download links hence why it's listed in pip search results but not installable.

I think using twine is standard practice for deploying python packages. The steps are essentially just this:

$ pip install twine
$ twine register dist/project_name-x.y.z.tar.gz
$ twine upload dist/*

But look at the twine pypi page for more info. You might also want to first test deploying to the testpypi server.

from pymad.

jaqx0r avatar jaqx0r commented on August 29, 2024

from pymad.

jaqx0r avatar jaqx0r commented on August 29, 2024

ETA for a fix for this is in two weeks when I get back to my regular workstation.

from pymad.

jaqx0r avatar jaqx0r commented on August 29, 2024

https://pypi.org/project/pymad/0.9/#files

This is now done! Thanks everyone for the advice.

from pymad.

jaqx0r avatar jaqx0r commented on August 29, 2024

from pymad.

Related Issues (7)

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.