How to install gi module for anaconda python3?

前端 未结 4 1624
攒了一身酷
攒了一身酷 2020-12-25 14:21

python3 is my local Anaconda version of python, while python3.4 is the system one. I can import gi module with python3.4

4条回答
  •  梦谈多话
    2020-12-25 15:19

    If you're using conda virtualenv for python-3, you can use

    $ conda install -c conda-forge pygobject
    

    in your virtualenv

    You can read more about this on: https://anaconda.org/conda-forge/pygobject

提交回复
热议问题