Skip to content
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

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

Open
tihoangyeudau opened this issue Oct 15, 2019 · 2 comments

Comments

@tihoangyeudau
Copy link

(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
Copy link

ghost commented Nov 10, 2019

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
Copy link

i have the same issue on windows 10

Mattallmighty pushed a commit that referenced this issue Dec 7, 2020
Merge current docs changes into dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants