masfaraud / BMSpy

Python Block-Model Simulator. An alternative to simulink in python.
GNU Lesser General Public License v3.0
222 stars 36 forks source link

install and plot problems #16

Closed waszil closed 4 years ago

waszil commented 6 years ago

Hey, this is a great job!!! I found some problems, however:

LookupError: setuptools-scm was unable to detect version for 'c:\BMSpy-master'. Make sure you're either building from a fully intact git repository or PyPI tarballs. Most other sources (such as GitHub's tarballs, a git checkout without the .git folder) don't contain the necessary metadata and will not work. For example, if you're using pip, instead of https://github.com/user/proj/archive/master.zip use git+https://github.com/user/proj.git#egg=proj

Thanks a lot, and again, great job!

masfaraud commented 5 years ago

I see the problem, I have to remove the use of setuptools-scm in the future... I changed the show as you mentionned.

masfaraud commented 5 years ago

Hi, commit https://github.com/masfaraud/BMSpy/commit/4a4b5b148e19e62cdd55d76ca3d8bd685c675bf7 should resolve the install problem. Can you confirm?

masfaraud commented 4 years ago

Drone is not set to ensure these problem don't show again