0

I am using pycharm , i am having this error by adding any package , Click Here

i have tried lot of methods , but didn't succeed yet.

Info :

  1. python 3.6.2
  2. pip 10.0.1
  3. VirtualEnv
A.Arshad
  • 21
  • 1
  • 8

1 Answers1

2

You can't use pip to install these packages for different reasons:

  • PyQt4: This can't be installed with pip because it is to complex (Here is a full explanation with workarounds)
  • gui is an empty package without content. There just is nothing to install. Look at the project page: No homepacke, no download button no source code
MegaIng
  • 7,361
  • 1
  • 22
  • 35