-
Notifications
You must be signed in to change notification settings - Fork 116
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
install to ubuntu peppermint #92
Comments
i'm afraid i'm unfamiliar with Ubuntu Perppermint 10 Bubonic. the problem appears to be with the "future" tools first you need python2 pip. if you don't, lookup a way to install it for your version of linux. it must be pip for python2, not python3. next, type the following from within the rfcat directory: |
Thanks for the reply, here is what i found - root@eeepc /home/eee/rfcat # rfcat -r |
Theres still an issue with pyside2, done exactly the same with my raspberry pi 3 b+ running the newest buster os and the older rasbian. This is frustrating as i cant use |
hmmmm... i could potentially remove PySide2 from requirements.txt, which would allow it to install via pip... would that benefit you? |
I think that's probably a good way to go, at least until PySide2 is ready to go for ARM, I spent way too long trying to get rfcat to install properly on my rpi because of this. |
check now |
Hi guys i,m having a few issues trying to install it to my ubuntu peppermint mini laptop. Below is the issues i am having -
Traceback (most recent call last):
File "/usr/local/bin/rfcat", line 4, in
import('pkg_resources').run_script('rfcat==1.9.3', 'rfcat')
File "/home/eee/.local/lib/python2.7/site-packages/pkg_resources/init.py", line 3251, in
@_call_aside
File "/home/eee/.local/lib/python2.7/site-packages/pkg_resources/init.py", line 3235, in _call_aside
f(*args, **kwargs)
File "/home/eee/.local/lib/python2.7/site-packages/pkg_resources/init.py", line 3264, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/home/eee/.local/lib/python2.7/site-packages/pkg_resources/init.py", line 583, in _build_master
ws.require(requires)
File "/home/eee/.local/lib/python2.7/site-packages/pkg_resources/init.py", line 900, in require
needed = self.resolve(parse_requirements(requirements))
File "/home/eee/.local/lib/python2.7/site-packages/pkg_resources/init.py", line 786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'future' distribution was not found and is required by rfcat
Any help would be appreciated thanks
The text was updated successfully, but these errors were encountered: