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
283 stars 99 forks source link

Downloading issue #52

Closed nmdoshi closed 6 years ago

nmdoshi commented 6 years ago

I am trying to install the supplychainpy library and I get the following error. pip install supplychainpy Collecting supplychainpy Using cached supplychainpy-0.0.4.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/private/var/folders/l9/v14kxshd471dfpths33p4snr0000gn/T/pip-build-kuh2s2bo/supplychainpy/setup.py", line 10, in f = open(os.path.join(here,'LOG.txt')) FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/l9/v14kxshd471dfpths33p4snr0000gn/T/pip-build-kuh2s2bo/supplychainpy/LOG.txt'

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/l9/v14kxshd471dfpths33p4snr0000gn/T/pip-build-kuh2s2bo/supplychainpy/

KevinFasusi commented 6 years ago

Hi @nmdoshi,

Thank you for posting this issue. A file used when uploading to PyPi, used bysetup.py (LOG.txt), was not present in the supplychainpy-0.0.4.tar.gz. I am not sure how this happened, considering that it is present in the compressed file for release 0.0.4 on GitHub.

I am currently going through the release process for 0.0.5. In the interim, I have pushed a release candidate to PyPi. Please use:

$ pip install supplychainpy==0.0.5rc0

I have tested the 'pip' command my local Linux box, and the bug you posted is not present anymore. Please let me know if you have any trouble.

nmdoshi commented 6 years ago

thanks Kevin, I will give this a try

nmdoshi commented 6 years ago

This works, I was able to install it successfully