Skip to content

pip install from PyPI failing #1

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

Closed
catherinedevlin opened this issue Apr 21, 2014 · 4 comments
Closed

pip install from PyPI failing #1

catherinedevlin opened this issue Apr 21, 2014 · 4 comments

Comments

@catherinedevlin
Copy link
Contributor

Installing works fine from the github repo, but I'm getting a failure with pip.

(ipy1) {master} ~/sw/pytimeparse$ python --version
Python 2.7.4
(ipy1) {master} ~/sw/pytimeparse$ pip install pytimeparse
Downloading/unpacking pytimeparse
  Downloading pytimeparse-1.0.0.tar.gz
  Running setup.py egg_info for package pytimeparse
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
      File "/home/catherine/ve/ipy1/build/pytimeparse/setup.py", line 13, in <module>
    with open('README.rst') as file:
    IOError: [Errno 2] No such file or directory: 'README.rst'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 16, in <module>

  File "/home/catherine/ve/ipy1/build/pytimeparse/setup.py", line 13, in <module>

    with open('README.rst') as file:

IOError: [Errno 2] No such file or directory: 'README.rst'

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /home/catherine/ve/ipy1/build/pytimeparse
Storing complete log in /tmp/tmpQf_lo8

I might be able to look for a fix in a couple days.

@wroberts
Copy link
Owner

Hi Catherine,

Thanks very much for the bug report. I put 1.0.1 up on PyPI today which includes README.rst in the distribution tarball. I think this should fix the pip install error.

  • Will

On 22 Apr, 2014, at 00:12 , Catherine Devlin wrote:

Installing works fine from the github repo, but I'm getting a failure with pip.

(ipy1) {master} ~/sw/pytimeparse$ python --version
Python 2.7.4
(ipy1) {master} ~/sw/pytimeparse$ pip install pytimeparse
Downloading/unpacking pytimeparse
Downloading pytimeparse-1.0.0.tar.gz
Running setup.py egg_info for package pytimeparse
Traceback (most recent call last):
File "", line 16, in
File "/home/catherine/ve/ipy1/build/pytimeparse/setup.py", line 13, in
with open('README.rst') as file:
IOError: [Errno 2] No such file or directory: 'README.rst'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "", line 16, in

File "/home/catherine/ve/ipy1/build/pytimeparse/setup.py", line 13, in

with open('README.rst') as file:

IOError: [Errno 2] No such file or directory: 'README.rst'


Cleaning up...
Command python setup.py egg_info failed with error code 1 in /home/catherine/ve/ipy1/build/pytimeparse
Storing complete log in /tmp/tmpQf_lo8
I might be able to look for a fix in a couple days.


Reply to this email directly or view it on GitHub.

@catherinedevlin
Copy link
Contributor Author

Danke schoen! I just flooded you with pull requests, hope you don't mind!

On Tue, Apr 22, 2014 at 5:33 AM, Will Roberts [email protected]:

Hi Catherine,

Thanks very much for the bug report. I put 1.0.1 up on PyPI today which
includes README.rst in the distribution tarball. I think this should fix
the pip install error.

  • Will

On 22 Apr, 2014, at 00:12 , Catherine Devlin wrote:

Installing works fine from the github repo, but I'm getting a failure
with pip.

(ipy1) {master} ~/sw/pytimeparse$ python --version
Python 2.7.4
(ipy1) {master} ~/sw/pytimeparse$ pip install pytimeparse
Downloading/unpacking pytimeparse
Downloading pytimeparse-1.0.0.tar.gz
Running setup.py egg_info for package pytimeparse
Traceback (most recent call last):
File "", line 16, in
File "/home/catherine/ve/ipy1/build/pytimeparse/setup.py", line 13, in

with open('README.rst') as file:
IOError: [Errno 2] No such file or directory: 'README.rst'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "", line 16, in

File "/home/catherine/ve/ipy1/build/pytimeparse/setup.py", line 13, in

with open('README.rst') as file:

IOError: [Errno 2] No such file or directory: 'README.rst'


Cleaning up...
Command python setup.py egg_info failed with error code 1 in
/home/catherine/ve/ipy1/build/pytimeparse
Storing complete log in /tmp/tmpQf_lo8
I might be able to look for a fix in a couple days.


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-41020471
.

@jaraco
Copy link

jaraco commented Dec 11, 2020

I stumbled into this issue today when the pip resolver attempted to build every version of this package and failed when it got to 1.0.0. Since that package probably never worked, would you consider deleting that release or yanking it?

@wroberts
Copy link
Owner

@jaraco 1.0.0 deleted now.

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

3 participants