-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyBOMBS fails to detect scikit-commpy via pip #574
Comments
I believe this is why its not working, python-scipy has been changed to python3-scipy, also python3-scapy and python3-numpy. So i just came here to find out, where do I make the build changes in the build file? I am not familiar with this Program pybombs but I assume changing the build to look for the correct names will solve this. This is also just a guess, but does anyone know off hand how to alter what ever part of the program looks for these dependency? Thank You~ |
Hi @pauly617 |
I still see this error. I just checked on my Ubuntu 20.04 install $ pip3 show scikit-commpy
Name: scikit-commpy
Version: 0.6.0
Summary: Digital Communication Algorithms with Python
Home-page: http://veeresht.github.com/CommPy
Author: None
Author-email: None
License: BSD 3-Clause
Location: /usr/local/lib/python3.8/dist-packages
Requires: numpy, scipy, matplotlib
Required-by: But if I do
The results are still wrong.
I'm happy it fails to install from source because 1. it is already installed. 2. pybombs missed its detection. Is there a bug in pybombs that prevents pybombs from interacting with pip correctly? |
I just tried installing it and I dont see this error. How ever I didn t try on a Ubuntu Box maybe thats part of the issue. I tried on Kali 5.9.15. |
On Ubuntu 20.04. Just run
pybombs -vvv install scikit-commpy
.Expected: Install scikit-commpy via pip.
Output: Package not found. pybombs tries to install scikit-commpy from source.
I updated the recipe as well. But that didn't help either.
pip3 reports a successfully installed scikit-commpy but PyBOMBS doesn't seem to care.
I tried to find out why pybombs fails to detect it but I can't find the reason.
The text was updated successfully, but these errors were encountered: