alvarobartt / trendet

:chart_with_upwards_trend: Python package for trend detection on stock time series data :chart_with_downwards_trend:
https://trendet.readthedocs.io/
MIT License
457 stars 79 forks source link

Command errored out with exit status 1 - pip install trendet==0.6 #9

Closed rrfaria closed 4 years ago

rrfaria commented 4 years ago

Hi I was analysing your lib an look like good idea but I could not install it on my pc or even on google colabs

I tried pip install trendet==0.6 and also pip install trendet --upgrade

On collab:

image

on local:

line 14, in requirements with io.open('requirements.txt', encoding='utf-8') as f: FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

rrfaria commented 4 years ago

Solution: I changed this line on setup.py

image

alvarobartt commented 4 years ago

Hi @rrfaria, thanks for reporting this issue! It happens because the requirements.txtis not included on the MANIFEST.in file, so when installing the package, the requirements is not copied properly. I will fix it as soon as possible so as to release the 0.7 working version. Thank you!

alvarobartt commented 4 years ago

Hi again @rrfaria, I have already solved it, including some other changes I had on the master branch but were not pushed. You can see the changes in: 8692ea99e3c61be80d139030ecf21568cf69ffc9

Remember to STAR the repo if you found it useful and FOLLOW ME at GitHub so as to get notified of all the updates!

codeofdoug commented 4 years ago

Hi! I am trying to install the trendet on Colab and the same issue from this tread still occurring.

Screenshot 2020-06-22 at 19 53 54

Is there any perspective for when there will be available the Trendet version 0.7 ?

Screenshot 2020-06-22 at 19 53 36