You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following error while trying to install Pydsm on my ubuntu system:
/Downloads/PyDSM-master$ python setup.py install
Traceback (most recent call last):
File "setup.py", line 41, in version = get_git_version(store="pydsm/RELEASE-VERSION")
File "/home/harry/Downloads/PyDSM-master/setup_helper_version.py", line 96, in get_git_version
raise ValueError("Cannot find the version number!")
ValueError: Cannot find the version number!
The text was updated successfully, but these errors were encountered:
I strongly suspect that there are issues with PyDSM with current versions of python and the other software stacks PyDSM is relying upon. I'll try to look into the issue when my office reopens at the beginning of September and make an updated release if needed.
I am getting the following error while trying to install Pydsm on my ubuntu system:
/Downloads/PyDSM-master$ python setup.py install
Traceback (most recent call last):
File "setup.py", line 41, in
version = get_git_version(store="pydsm/RELEASE-VERSION")
File "/home/harry/Downloads/PyDSM-master/setup_helper_version.py", line 96, in get_git_version
raise ValueError("Cannot find the version number!")
ValueError: Cannot find the version number!
The text was updated successfully, but these errors were encountered: