MOSEK / Mosek.pip

PIP MOSEK installer
MIT License
17 stars 10 forks source link

Cannot install with pip in python 3.5 from ubuntu nor python 3.6.3 with pyenv #20

Closed IgnacioRubioScola closed 7 years ago

IgnacioRubioScola commented 7 years ago

I have python 3.5.3 from Ubuntu and python 3.6.3 from pyenv, when i try to install mosek with pip: pip install git+http://github.com/MOSEK/Mosek.pip I get the following error in both cases

File "/tmp/pip-jshp5j5m-build/setup.py", line 214, in _pre_install pypfx = '{0}/python/{1}/mosek'.format(distroplatformpfx, major) NameError: name 'major' is not defined

ulfworsoe commented 7 years ago

A bug was introduced earlier today. Should be fixed now - please try again.