Crazyflie Client won't open
Posted: Mon May 15, 2017 3:01 am
I can't get the Crazyflie client to open up at all. It's the same issue as viewtopic.php?f=5&t=2352. I have installed Pyqt5 as per the solution there, but now I'm getting the following error when trying to run it.
It looks like I need to update cflib? If so, what's the best way to do that? I've run update all projects and it's said everything is up to date. Thanks for your help!
Code: Select all
Traceback (most recent call last):
File "/usr/lib/python3.4/runpy.py", line 151, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name)
File "/usr/lib/python3.4/runpy.py", line 104, in _get_module_details
spec = importlib.util.find_spec(mod_name)
File "/usr/lib/python3.4/importlib/util.py", line 86, in find_spec
parent = __import__(parent_name, fromlist=['__path__'])
File "/home/bitcraze/projects/crazyflie-clients-python/src/cfclient/__init__.py", line 45, in <module>
VERSION = pkg_resources.require("cfclient")[0].version
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 725, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 632, in resolve
raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (cflib 0.1.0 (/home/bitcraze/projects/crazyflie-clients-python/crazyflie-lib-python), Requirement.parse('cflib>=0.1.1'))