Install packages failed: Installing packages: error occurred. Details...

已回答

Collecting PyGObject

Could not find a version that satisfies the requirement PyGObject (from versions: )
No matching distribution found for PyGObject

 

Whenever i try installing any new package, it gives the same Installation Error saying "Non-zero exit code (1)"

I am Running PyCharm 2016.3.2

PC - Configuration

Windows 10 64bit, 16GB RAM, i7 4790K,

PyCharm is Installed in C:

 

Help Me, I can't Install Any Packages :(

0

Hello, thank you for the report. Please, try to install these packages for your project interpreter in the command line. Do you have the same errors?

0

Hey Anna, Thanks for reply...

Yes, I have tried it too in administration mode. But the same result. I even reinstalled the whole Python Setup an PyCharm IDE to see whether it is restricted by Windows 10 (Had this problem with DevCPP, Windows doesn't gave permission to build a file in C drive "exit code(1)"). But seems like nothing changed. Still the same problem. Just see for yourself below.

0
Avatar
Permanently deleted user

Hello, I'm having exactly the same problem. Any ideas?

Thank you very much

0

Please check this article for possible solution: https://github.com/mps-youtube/mps-youtube/issues/645

0
Avatar
Permanently deleted user

I had the same problem with installing PyGObject on Ubuntu.

I had to install the following:

sudo apt install python-distutils-extra
sudo apt install pkg-config
sudo apt install libcairo2-dev
sudo apt install python3-dev
sudo apt install libgirepository1.0-dev

You would think pycharm would have this fixed by now this problem was posted in January 28, 2017
and I am still fixing this in June 11, 2018

 

0

请先登录再写评论。