mccdaq / mcculw

MCC Universal Library Python API for Windows
MIT License
78 stars 30 forks source link

pip install problem #1

Closed rkrupnek closed 7 years ago

rkrupnek commented 7 years ago

Running pip with Python 3.6.1, I get:

Collecting mcculw Using cached mcculw-0.9.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "C:\Users\ROBERT~1.KRU\AppData\Local\Temp\pip-build-3p64eldz\mcculw\setup.py", line 7, in from version import version ModuleNotFoundError: No module named 'version'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in C:\Users\ROBERT~1.KRU\AppData\Local\Temp\pip-build-3p64eldz\mcculw\

Any ideas?

dfraskamcc commented 7 years ago

Please try running the "pip install mcculw" command again now. There was an issue introduced into setup.py for version 0.9.1 that would have prevented installation. The fix is up on PyPI, which should now be 0.9.2.

rkrupnek commented 7 years ago

It installed just fine now. Looking forward to checking it out! Thanks!