On 08/10/2015 03:32, halim hamadi wrote:

I want to install GR plot in python using pip, but I receive an error when 
installing GR.

Collecting gr
   Using cached gr-0.16.0.tar.gz
     Complete output from command python setup.py egg_info:
     Traceback (most recent call last):
       File "<string>", line 20, in <module>
       File "C:\Users\HALIMH~1\AppData\Local\Temp\pip-build-vhpiefs2\gr\setup.py", 
line 200, in <module>
         class check_ext(Command, build_static):
     TypeError: Cannot create a consistent method resolution
     order (MRO) for bases build_static, Command

Can anyone help please?

Thank you.


I can reproduce the above with 3.3, 3.4 and 3.5 whereas 2.7 gives the infamous "Unable to find vcvarsall.bat". That plus taking a look at pypi leads to the conclusion is that it's Python 2 only.

--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to