You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.
Im trying to install this package on arch arm (IMX-233) through pip. there seems to be a dependancy problem in building the package.
[root@alarm /]# pip install smbus-cffi
Downloading/unpacking smbus-cffi
Downloading smbus-cffi-0.3.2.tar.gz
Running setup.py (path:/tmp/pip_build_root/smbus-cffi/setup.py) egg_info for package smbus-cffi
Traceback (most recent call last):
File "", line 17, in
File "/tmp/pip_build_root/smbus-cffi/setup.py", line 7, in
import smbus
File "/tmp/pip_build_root/smbus-cffi/smbus/init.py", line 1, in
from .smbus import ffi
File "/tmp/pip_build_root/smbus-cffi/smbus/smbus.py", line 29, in
from util import validate
ImportError: No module named 'util'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 17, in
File "/tmp/pip_build_root/smbus-cffi/setup.py", line 7, in
import smbus
File "/tmp/pip_build_root/smbus-cffi/smbus/init.py", line 1, in
from .smbus import ffi
File "/tmp/pip_build_root/smbus-cffi/smbus/smbus.py", line 29, in
from util import validate
ImportError: No module named 'util'
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/smbus-cffi
Storing debug log for failure in /root/.pip/pip.log
any assistance you can give would be awesome.
The text was updated successfully, but these errors were encountered:
Im trying to install this package on arch arm (IMX-233) through pip. there seems to be a dependancy problem in building the package.
[root@alarm /]# pip install smbus-cffi
Downloading/unpacking smbus-cffi
Downloading smbus-cffi-0.3.2.tar.gz
Running setup.py (path:/tmp/pip_build_root/smbus-cffi/setup.py) egg_info for package smbus-cffi
Traceback (most recent call last):
File "", line 17, in
File "/tmp/pip_build_root/smbus-cffi/setup.py", line 7, in
import smbus
File "/tmp/pip_build_root/smbus-cffi/smbus/init.py", line 1, in
from .smbus import ffi
File "/tmp/pip_build_root/smbus-cffi/smbus/smbus.py", line 29, in
from util import validate
ImportError: No module named 'util'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 17, in
File "/tmp/pip_build_root/smbus-cffi/setup.py", line 7, in
File "/tmp/pip_build_root/smbus-cffi/smbus/init.py", line 1, in
File "/tmp/pip_build_root/smbus-cffi/smbus/smbus.py", line 29, in
ImportError: No module named 'util'
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/smbus-cffi
Storing debug log for failure in /root/.pip/pip.log
any assistance you can give would be awesome.
The text was updated successfully, but these errors were encountered: