-
Notifications
You must be signed in to change notification settings - Fork 0
Description
- radicl version: Latest. Can't get version using 'radicl --version'. It crashes..
- Firmware version (if applicable): N/A
- Python version: 3.6
- Operating System: Windows 10
Description
radicl crashes right away when starting it from the command line.
Traceback (most recent call last):
File "C:\Users\Adrian Rothenbuhler\AppData\Local\Programs\Python\Python36\lib\site-packages\pkg_resources_init_.py", line 659, in build_master
ws.require(requires)
File "C:\Users\Adrian Rothenbuhler\AppData\Local\Programs\Python\Python36\lib\site-packages\pkg_resources_init.py", line 967, in require
needed = self.resolve(parse_requirements(requirements))
File "C:\Users\Adrian Rothenbuhler\AppData\Local\Programs\Python\Python36\lib\site-packages\pkg_resources_init_.py", line 858, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (setuptools 28.8.0 (c:\users\adrian rothenbuhler\appdata\local\programs\python\python36\lib\site-packages), Requirement.parse('setuptools>=30.0.0'), {'tox'})
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Adrian Rothenbuhler\AppData\Local\Programs\Python\Python36\Scripts\radicl-script.py", line 6, in
from pkg_resources import load_entry_point
File "C:\Users\Adrian Rothenbuhler\AppData\Local\Programs\Python\Python36\lib\site-packages\pkg_resources_init_.py", line 3017, in
@call_aside
File "C:\Users\Adrian Rothenbuhler\AppData\Local\Programs\Python\Python36\lib\site-packages\pkg_resources_init.py", line 3003, in call_aside
f(*args, **kwargs)
File "C:\Users\Adrian Rothenbuhler\AppData\Local\Programs\Python\Python36\lib\site-packages\pkg_resources_init.py", line 3030, in _initialize_master_working_set
working_set = WorkingSet.build_master()
File "C:\Users\Adrian Rothenbuhler\AppData\Local\Programs\Python\Python36\lib\site-packages\pkg_resources_init.py", line 661, in _build_master
return cls.build_from_requirements(requires)
File "C:\Users\Adrian Rothenbuhler\AppData\Local\Programs\Python\Python36\lib\site-packages\pkg_resources_init.py", line 674, in build_from_requirements
dists = ws.resolve(reqs, Environment())
File "C:\Users\Adrian Rothenbuhler\AppData\Local\Programs\Python\Python36\lib\site-packages\pkg_resources_init.py", line 858, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (setuptools 28.8.0 (c:\users\adrian rothenbuhler\appdata\local\programs\python\python36\lib\site-packages), Requirement.parse('setuptools>=30.0.0'), {'tox'})