简体   繁体   English

问题安装 zenipy,ModuleNotFoundError:没有名为“gi”的模块

[英]Issue installing zenipy, ModuleNotFoundError: no module named 'gi'

I'm trying to import zenipy for windows 10 after reading and experiencing that zenity-python simply will not work.在阅读并体验到 zenity-python 根本无法工作后,我正在尝试为 Windows 10 导入 zenipy。 So I installed zenipy and got the 'successfully installed' message from the command line but now when trying to import it I get :所以我安装了 zenipy 并从命令行收到了“成功安装”的消息,但现在尝试导入它时我得到:

ModuleNotFoundError: No module named 'gi'

in PyCharm I am writing:在 PyCharm 我写:

from zenipy import *

Please can someone help me to import zenipy and tell me what is going wrong?请有人帮我导入zenipy并告诉我出了什么问题吗?

Looks like it's not installed or don't have the dependencies that need.看起来它没有安装或没有需要的依赖项。 Try pip uninstall zenipy and then pip install zenipy .尝试pip uninstall zenipy ,然后pip install zenipy

Or download and install the repo on GitHub.或者在 GitHub 上下载并安装 repo。

$ git clone https://github.com/poulp/zenipy.git
$ cd ./zenipy
$ python setup.py install

暂无
暂无

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

相关问题 ModuleNotFoundError:没有名为“gi”的模块 - ModuleNotFoundError: No module named 'gi' ModuleNotFoundError:没有名为“ gi”的模块-在Heroku中部署时 - ModuleNotFoundError: No module named 'gi' - While deploying in Heroku ModuleNotFoundError:安装库时没有名为“_ctypes”的模块 - ModuleNotFoundError: No module named '_ctypes' while installing libraries ModuleNotFoundError:安装pyarrow时没有名为'Cython'的模块 - ModuleNotFoundError: No module named 'Cython' when installing pyarrow ModuleNotFoundError:尽管使用 pip 安装,但没有名为“Google”的模块 - ModuleNotFoundError: No module named 'Google' despite installing with pip ModuleNotFoundError:没有名为“passlib”的模块,即使在 pip 安装和 pipenv 安装之后 - ModuleNotFoundError: No module named 'passlib', even after pip installing and pipenv installing 安装 ddsp python 模块时出现问题 9ModuleNotFoundError: No module named 'ddsp') - problem in installing the ddsp python module 9ModuleNotFoundError: No module named 'ddsp') 安装模块 wrapt 说 - ModuleNotFoundError: No module named 'wrapt' - Installing Module wrapt says - ModuleNotFoundError: No module named 'wrapt' ModuleNotFoundError:为anaconda3安装Keras时,没有名为“ tensorflow”的模块 - ModuleNotFoundError: No module named 'tensorflow' while installing Keras for anaconda3 ModuleNotFoundError:在 python 中安装品脱时没有名为“importlib_metadata”的模块 - ModuleNotFoundError: No module named 'importlib_metadata' while installing pint in python
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM