-
Notifications
You must be signed in to change notification settings - Fork 3
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
sino.scom.baseframe #2
Comments
Hi Kersten,
Thanks |
Hi Hesso, Thanks |
the work arround doesn't work ... but "pip3 install -I --no-cache-dir scom" fixed the problem |
Are you now able to communicate with the Xtender? |
Hi, I have the same problem but I could not solve it with both methods (I am using a satinberry pi 4 model B) |
Did you compiled C so libraries ? mentioned in setup.py :) Littlebit tricky about place where to put important stuff to make it work Line 10 in d819292
|
Hi Hesso,
I'm a beginner of python and i like to use your scom library.
But after installing the library and starting the sample I get the error:
Traceback (most recent call last):
File "./xtender_version.py", line 14, in
from sino import scom
File "/usr/local/lib/python3.7/dist-packages/sino/scom/init.py", line 14, in
from . import frame
File "/usr/local/lib/python3.7/dist-packages/sino/scom/frame.py", line 6, in
from .baseframe import *
ModuleNotFoundError: No module named 'sino.scom.baseframe'
Any idea how i can fix it?
Thanks
Kersten
The text was updated successfully, but these errors were encountered: