简体   繁体   English

为什么我收到 OmegaExpansion header 的 Python 模块错误。 谁能帮我?

[英]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.我无法安装 OmegaExpansion。

ModuleNotFoundError: No module named 'OmegaExpansion'

It may be you have not configured your feeds correctly.可能是您没有正确配置您的提要。 Look at /etc/opkg/distfeeds.conf查看 /etc/opkg/distfeeds.conf

Uncomment each of the lines then run opkg update.取消注释每一行,然后运行 ​​opkg update。

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

Some examples of how to install python packages based upon what you see in the above repo:根据您在上述存储库中看到的内容,一些如何安装 python 软件包的示例:

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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 谁能帮助我,为什么我得到的食物没有定义错误? 我附上了 Django 模块的结构 - can anyone help me, why I am getting food is not defined error ? I have attached the structure of Django module 我在 python 的 if -else 程序中遇到编译错误。代码是用 Python 3 编写的,谁能帮帮我 - I am getting compilation error in if -else program in python .The code is written in Python 3, can anyone help me 错误消息:为什么我在 Django 的 views.py 中添加了 get() 却得到“无”? 谁能帮我 - Error Message: why i am getting "None" although i have add get() at views.py in Django ??? Can anyone help me 谁能帮我解决运行这个tensorflow程序时遇到的错误 - can anyone help me in resolving the error which I am getting while running this tensorflow program 我在pygame中创建移动平台时遇到了麻烦。 我遇到错误,有人可以帮我吗? - I am having trouble creating moving platforms in pygames. I am getting an error, can anyone help me out please? 谁能帮我解决我在Python 2.7中不断遇到的TypeError问题? - Can anyone help me with this TypeError I keep getting in Python 2.7? 列的长度必须与键相同。 为什么我会收到这样的错误? 谁能帮我吗? - Columns must be same length as key. Why I'm getting such error? can anyone help me out? 嗨,我有一个 python 脚本可以使用 openpyxl 处理 excel 数据,但是在 2500 行之后我收到 Memory 错误。 谁可以帮我这个事? - Hi, I have a python script to work with excel data using openpyxl ,but after 2500 rows i am getting Memory Error. Can anyone help me on this? 当我运行heroku ps:scale web = 1命令时,出现此错误。 谁能帮我这个 - When i run heroku ps:scale web=1 command i am getting this error. Can anyone help me with this 谁能告诉我为什么我在SOAPpy中遇到此错误? - Can anyone tell me why I'm getting this error in SOAPpy?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM