Closed NeverOddOrEven closed 4 years ago
One more comment. This is a typical bug a developer (me) gets when installing the package with "pip3 install --user -e .", since that way you don't notice the missing packages in the list..! I also need to test by creating an actual python package (just a reminder for myself).
While trying to install and run
valkka-live
according to the instructions on the website, I ran into an issue with a missingvalkka.live.discovery
module. I think a similar problem exists invalkka-core
based on some previous debugging I've done.I am using the system installed Python and Ubuntu 18.04 python3-numpy package:
Python is not my strongest language, so if this needs tweaks or if I didn't make the change in the right place just let me know. I can adjust the PR if needed.