Mattallmighty / LedFx-OLD

An extensible network based LED effect controller
MIT License
29 stars 0 forks source link

i have this issue: ModuleNotFoundError: No module named 'ledfx.devices.lib' #6

Open tihoangyeudau opened 5 years ago

tihoangyeudau commented 5 years ago

(ledfx) C:\Users\tuant>ledfx --open-ui Loading configuration file from C:\Users\tuant\AppData\Roaming.ledfx Started webinterface at http://127.0.0.1:8888 [2019-10-15 17:06:45] ERROR:ledfx.core:Exception in core event loop: Task exception was never retrieved Traceback (most recent call last): File "c:\users\tuant\anaconda3\envs\ledfx\lib\site-packages\ledfx\core.py", line 91, in async_start self.devices = Devices(self) File "c:\users\tuant\anaconda3\envs\ledfx\lib\site-packages\ledfx\devices__init.py", line 160, in init super().init(ledfx, Device, self.PACKAGE_NAME) File "c:\users\tuant\anaconda3\envs\ledfx\lib\site-packages\ledfx\utils.py", line 189, in init self.import_registry(package) File "c:\users\tuant\anaconda3\envs\ledfx\lib\site-packages\ledfx\utils.py", line 225, in import_registry importlib.import_module(name) File "c:\users\tuant\anaconda3\envs\ledfx\lib\importlib\init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 994, in _gcd_import File "", line 971, in _find_and_load File "", line 955, in _find_and_load_unlocked File "", line 665, in _load_unlocked File "", line 678, in exec_module File "", line 219, in _call_with_frames_removed File "c:\users\tuant\anaconda3\envs\ledfx\lib\site-packages\ledfx\devices\fadecandy.py", line 6, in from ledfx.devices.lib.opc import Client ModuleNotFoundError: No module named 'ledfx.devices.lib'

ghost commented 4 years ago

Hey I got this Problem Fixed by copying the complete ledfx folder into /usr/local/lib/python3.6/dist-packages/ledfx-0.3-py3.6.egg/

hediondo1 commented 4 years ago

i have the same issue on windows 10