KevinFasusi / supplychainpy

Supplychainpy is a Python library for supply chain analysis, modelling and simulation. The library assists a workflow that is reliant on Excel and VBA.
http://www.supplychainpy.org/
BSD 3-Clause "New" or "Revised" License
290 stars 100 forks source link

Python 3.7 cannot install suppplychainpy #70

Closed KiranKumar-A closed 4 years ago

KiranKumar-A commented 4 years ago

Hi Kevin, I am not able to install supplychainpy=0.0.5.

Getting error like failed to build wheel file.

tmo2021 commented 4 years ago

install from command line and use "git+https://github.com/KevinFasusi/supplychainpy" thats what I had trouble with but I figured it out.

zenz commented 4 years ago

you need to use ipython to recompile all the pyx files first

KiranKumar-A commented 4 years ago

Thank you