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

Pip install of latest release is broken #63

Closed
jenshnielsen opened this issue Aug 19, 2016 · 9 comments
Closed

Pip install of latest release is broken #63

jenshnielsen opened this issue Aug 19, 2016 · 9 comments

Comments

@jenshnielsen
Copy link

~ pip2 install --upgrade pyshp
Collecting pyshp
  Downloading pyshp-1.2.8.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/zz/yg37r3x91_d5kkj0k8x8g0cm0000gn/T/pip-build-CZc6UF/pyshp/setup.py", line 6, in <module>
        long_description=open('README.md').read(),
    IOError: [Errno 2] No such file or directory: 'README.md'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/zz/yg37r3x91_d5kkj0k8x8g0cm0000gn/T/pip-build-CZc6UF/pyshp/
@sebastic
Copy link
Contributor

sebastic commented Aug 19, 2016

I also ran into this issue with the update of the Debian package.

The PyPI tarballs are missing files that are present in the git repository, specifically LICENSE.TXT, README.md, changelog.txt, and test data.

@maxnoe
Copy link

maxnoe commented Aug 19, 2016

PLEASE fix this!

@sebastic
Copy link
Contributor

No need to scream @maxnoe.

The fix is available in #64, publishing a new distribution on PyPI after merging that change is then the finishing touch.

@jenshnielsen
Copy link
Author

It would be nice if we could get a new version uploaded to pypi since pip install pyshp still fails with the above error.

@sighalt
Copy link

sighalt commented Aug 23, 2016

+1 👍

@sebastic
Copy link
Contributor

1.2.9 was published earlier, but appears to have been pulled from PyPI again. The 1.2.8 tags have also been deleted from this repository. So I guess there are still issues with the sdist?

@GeospatialPython
Copy link
Owner

I pulled everything back to 1.2.3. The sdist issues are worked out but
there were some issues with some of the pull request merges. Working on it.

  • Joel

On Tue, Aug 23, 2016 at 3:34 PM, Bas Couwenberg notifications@github.com
wrote:

1.2.9 was published earlier, but appears to have been pulled from PyPI
again. The 1.2.8 tags have also been deleted from this repository. So I
guess there are still issues with the sdist?


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
#63 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFIs6utPntOkH-0bm5t0QWoMcddKxZ1fks5qi1k4gaJpZM4JoO79
.

Joel Lawhead, PMP, GISP
E-mail: jlawhead@geospatialpython.com
Web: GeospatialPython.com http://geospatialpython.com/
Twitter: @SpatialPython

@karimbahgat
Copy link
Collaborator

Hopefully #67 should fix the remaining PR merge issues.

@karimbahgat
Copy link
Collaborator

Fixed and available as version 1.2.10 from pypi.

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

6 participants