MOSEK / Mosek.pip

PIP MOSEK installer
MIT License
17 stars 10 forks source link

Pip install error #8

Closed stephane-caron closed 7 years ago

stephane-caron commented 7 years ago

Hi there,

There seems to be a problem with the version regexp in the setup.py script:

Downloading/unpacking git+http://github.com/MOSEK/Mosek.pip
  Cloning http://github.com/MOSEK/Mosek.pip to /tmp/pip-ahj_1k-build
  Running setup.py (path:/tmp/pip-ahj_1k-build/setup.py) egg_info for package from git+http://github.com/MOSEK/Mosek.pip
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/tmp/pip-ahj_1k-build/setup.py", line 37, in <module>
        raise VersionError('No version entry in PKG-INFO')
    __main__.VersionError: No version entry in PKG-INFO
tschm commented 7 years ago

Did you know that you could install Mosek via conda... conda install -y -q -c mosek mosek

stephane-caron commented 7 years ago

OK, I can try that. But then I would install the whole package manager for just one package... I'd prefer if the pip install worked ;)

ulfworsoe commented 7 years ago

The installer should work now. The Version number was not being correctly parsed.