Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such file or directory: 'VERSION' #7

Closed
hengfengli opened this issue Aug 22, 2017 · 3 comments
Closed

No such file or directory: 'VERSION' #7

hengfengli opened this issue Aug 22, 2017 · 3 comments

Comments

@hengfengli
Copy link
Contributor

hengfengli commented Aug 22, 2017

Hi there,

I run the following command pip3 install kinesis-python, but I got the following error:

Collecting kinesis-python
  Downloading kinesis-python-0.0.4.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/b0/m1wbw4x14tn78q7vym9sd8c80000gn/T/pip-build-rinms_kk/kinesis-python/setup.py", line 3, in <module>
        with open('VERSION') as version_fd:
    FileNotFoundError: [Errno 2] No such file or directory: 'VERSION'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/b0/m1wbw4x14tn78q7vym9sd8c80000gn/T/pip-build-rinms_kk/kinesis-python/

I guess the code hasn't been updated to the latest version yet.

Cheers.

@borgstrom
Copy link
Contributor

Latest version has been uploaded to pypi.

@hengfengli
Copy link
Contributor Author

@borgstrom The issue still exists.

Collecting kinesis-python
  Using cached kinesis-python-0.1.4.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/7z/w4ryds754z56syykzk0mh1000000gn/T/pip-build-qk0es8uu/kinesis-python/setup.py", line 3, in <module>
        with open('VERSION') as version_fd:
    FileNotFoundError: [Errno 2] No such file or directory: 'VERSION'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/7z/w4ryds754z56syykzk0mh1000000gn/T/pip-build-qk0es8uu/kinesis-python/

@borgstrom
Copy link
Contributor

#10 was just merged. 0.1.5 should be in pypi in a few minutes and should fix this (VERSION is now included).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants