-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
For some reason the setup.py file doesn't install everything within install_requires anymore. It seems the same as my other working Python projects, and everything works if I do a full manual install.
- Installing works if I do
pip install pyqt6 pillow numpy .
But installing should work by simply doing pip install . as it used to work, which would then allow pipx to work easily and greatly simplify the installation instructions.
- This should work if this issue gets fixed:
pipx install git+https://github.com/djfun/audio-visualizer-python
Instead of fixing setup.py it might be better to migrate to the newer pyproject.toml standard
I dislike packaging things (the program still works which is what motivates me to write code), but I may work on this over time. Help would be greatly appreciated, though!
Here is the output of pip freeze from my working version:
numpy==2.4.1
pillow==12.1.0
PyQt6==6.10.2
PyQt6-Qt6==6.10.1
PyQt6_sip==13.10.3
RanaUniverse
Metadata
Metadata
Assignees
Labels
No labels