Open Kersten007 opened 4 years ago
Hi Kersten, It seems that the packages were not correctly installed. Could you please tell me about the environment you are running the library?
Thanks
Hi Hesso, the os is : debian 10, fresh install the python is: python3 V 3.7.3. , no virtual environment (do I need the venv ?)
Thanks
All right. venv should not be necessary whereas I only work with it.
You may have the same problem mentioned in issue #1. I suggest to try the work arround mentioned here.
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
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