videlec / pypolymake

Python wrappers for polymake
https://pypi.python.org/pypi/pypolymake
3 stars 5 forks source link

pip v1.4 #7

Closed mdave16 closed 7 years ago

mdave16 commented 7 years ago

As you probably know, pip got updated. one of the features is to only install stable versions, unless specified

pip install pypolymake --pre

the --pre let's you install beta versions. Just spent an hour trying to install this and found out about this. Could you put it in the README?

EDIT:

also I kept seeing this error when trying to install, I'm basically going to keep trying to install and report any errors here.

cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++

I know neither of these are big, but felt i should report them still.

videlec commented 7 years ago

Thanks for your report.

I mentioned --pre in the README.

For the compilation warning, this is probably due to Cython. I am not sure I can tweak that in setup.py.

mdave16 commented 7 years ago

just realised i hadn't closed this -- thanks for all the work :)