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

sino.scom.baseframe #2

Open
Kersten007 opened this issue Feb 12, 2020 · 7 comments
Open

sino.scom.baseframe #2

Kersten007 opened this issue Feb 12, 2020 · 7 comments

Comments

@Kersten007
Copy link

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

@boozo-unlimited
Copy link
Contributor

Hi Kersten,
It seems that the packages were not correctly installed. Could you please tell me about the environment you are running the library?

  • Operating System
  • Python version

Thanks

@Kersten007
Copy link
Author

Kersten007 commented Feb 13, 2020

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

@boozo-unlimited
Copy link
Contributor

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.

@Kersten007
Copy link
Author

Kersten007 commented Feb 13, 2020

the work arround doesn't work ... but "pip3 install -I --no-cache-dir scom" fixed the problem

@boozo-unlimited
Copy link
Contributor

Are you now able to communicate with the Xtender?

@EmanueleZanardo
Copy link

Hi, I have the same problem but I could not solve it with both methods (I am using a satinberry pi 4 model B)

@petrkr
Copy link

petrkr commented Feb 13, 2024

Did you compiled C so libraries ?

mentioned in setup.py :) Littlebit tricky about place where to put important stuff to make it work

# To build C libraries manually after package installation go

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

4 participants