kontron / python-ipmi

A pure python IPMI library
GNU Lesser General Public License v2.1
187 stars 75 forks source link

getting errors/warnings in pkg installation in virtual environment #51

Closed umairsiddiqui-digitek closed 5 years ago

umairsiddiqui-digitek commented 5 years ago

i'm getting errors in pkg installation in virtual environment:

python setup.py install venv/lib/python3.6/site-packages/setuptools/dist.py:407: UserWarning: The version specified ('0.4.0-33-g3943149') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details. "details." % self.metadata.version

byte-compiling build/bdist.linux-x86_64/egg/pyipmi/version.py to version.cpython-36.pyc File "build/bdist.linux-x86_64/egg/pyipmi/version.py", line 2 version = 'b'0.4.0-33-g3943149'' ^ SyntaxError: invalid syntax

Extracting python_ipmi-0.4.0_33_g3943149-py3.6.egg to venv/lib/python3.6/site-packages File "venv/lib/python3.6/site-packages/python_ipmi-0.4.0_33_g3943149-py3.6.egg/pyipmi/version.py", line 2 version = 'b'0.4.0-33-g3943149'' ^ SyntaxError: invalid syntax


i also get this errors in installation using pip

hthiery commented 5 years ago

Just updated the Code. You could try again.

hthiery commented 5 years ago

fixed in 0.4.1