简体   繁体   中英

why am i getting Python Module error for OmegaExpansion header. Can anyone help me?

from OmegaExpansion import onionI2C

I am not able to install OmegaExpansion.

ModuleNotFoundError: No module named 'OmegaExpansion'

It may be you have not configured your feeds correctly. Look at /etc/opkg/distfeeds.conf

Uncomment each of the lines then run opkg update.

Then take a look at http://repo.onioniot.com/omega2/packages/packages/

Some examples of how to install python packages based upon what you see in the above repo:

opkg install python-pip-conf
opkg install python-pip```

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM