Git Product home page Git Product logo

Comments (4)

CyberSkull avatar CyberSkull commented on July 24, 2024

I managed to separately install discid, but it then threw this error:

Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/private/tmp/pip-build-HVDznY/isrcsubmit/setup.py", line 13, in
from isrcsubmit import version
File "isrcsubmit.py", line 57, in
import musicbrainzngs
ImportError: No module named musicbrainzngs


Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-build-HVDznY/isrcsubmit/

from musicbrainz-isrcsubmit.

CyberSkull avatar CyberSkull commented on July 24, 2024

I managed to install it after manually installing the two dependancies.

from musicbrainz-isrcsubmit.

JonnyJD avatar JonnyJD commented on July 24, 2024

Yes, isrcsubmit needs python-discid and musicbrainzngs.

Sorry, the setup script is not a complete standalone package installer which installs all dependencies with it, like people are used to.
Making such a thing requires a substantial amount of work (and somebody who develops on Mac)

from musicbrainz-isrcsubmit.

eli-schwartz avatar eli-schwartz commented on July 24, 2024

Please remove the dependencies from setup.py then, as they are a lie and don't work because you don't consider using setup.py according to its intended purpose, to be a valid use case.

Somehow, nearly every other python package in existence manages to be a dependency manager with absolutely no effort whatsoever. That's why pip exists. But I guess you know better.

...

Side note: this error has nothing to do with macOS, as it is trivially reproducible on every operating system ever, merely by following the PyPA recommended method for installing every setup.py-based package ever, which works, plus yours, which doesn't.

from musicbrainz-isrcsubmit.

Related Issues (20)

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.