question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Possible setup.py dependency issue

See original GitHub issue

This is probably interpreted too late, aka setup.py can’t handle such a statement: https://github.com/rm-hull/luma.led_matrix/blob/c93ee585b9131503cdd709ef83140e90882cd905/setup.py#L29

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:20 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
rm-hullcommented, Oct 22, 2017

1.0.5 published - good effort on all the PRs tonight ! 🍰

1reaction
rm-hullcommented, Oct 22, 2017

Let me cut a new release now that #127 is merged

Read more comments on GitHub >

github_iconTop Results From Across the Web

[BUG] 61.0.0 breaks "setup.py install" by missing ... - GitHub
The issue is that the "setup.py install" command successfully installs the pywbem package, but upon import it turns out that dependent packages ...
Read more >
Circular dependency issue with setup script - python
When I dismiss the import statements from the __init__.py file, the dependencies (in this case pyzmq and jsonpickle , but could be any...
Read more >
Python Dependencies - Everything You Need to Know
If possible, install dependencies from a requirements.txt file rather than individually. Requirements.txt files specify valid versions for ...
Read more >
Why you shouldn't invoke setup.py directly - Paul Ganssle
The problem gets even worse when you consider that your package may have a dependency on a specific version of setuptools.
Read more >
Dependency Resolution - pip documentation v22.3.1
Dependency Resolution#. pip is capable of determining and installing the dependencies of packages. The process of determining which version of a dependency ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found