Possible setup.py dependency issue
See original GitHub issueThis 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:
- Created 6 years ago
- Comments:20 (9 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
1.0.5 published - good effort on all the PRs tonight ! 🍰
Let me cut a new release now that #127 is merged