miracle2k / onkyo-eiscp

Control Onkyo A/V receivers over the network; usuable as a script, or as a Python library.
MIT License
466 stars 110 forks source link

"No module named 'core'" #132

Open froginperil opened 3 years ago

froginperil commented 3 years ago

I am a python moron. I saw a post with a 2017 patch. Not sure if that is still the answer.

Fedora 33 python3-3.9.2-1.fc33.x86_64

onkyo EQS QSTN Traceback (most recent call last): File "/usr/local/bin/onkyo", line 33, in sys.exit(load_entry_point('onkyo-eiscp==1.2.8', 'console_scripts', 'onkyo')()) File "/usr/local/bin/onkyo", line 25, in importlib_load_entry_point return next(matches).load() File "/usr/lib64/python3.9/importlib/metadata.py", line 77, in load module = import_module(match.group('module')) File "/usr/lib64/python3.9/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 972, in _find_and_load_unlocked File "", line 228, in _call_with_frames_removed File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 790, in exec_module File "", line 228, in _call_with_frames_removed File "/usr/local/lib/python3.9/site-packages/eiscp/init.py", line 6, in from core import eISCP ModuleNotFoundError: No module named 'core'