Code Monkey home page Code Monkey logo

Comments (2)

tkrajina avatar tkrajina commented on August 29, 2024 4

That push with the wrong version created a wheel file in addition to the 1.5.0 build file, sorry for that.

Obviously pip prefers the wheel files, and you got the wrong build. I manually deleted the 1.5.0 wheel build from pypi, so it should all work fine now.

from gpxpy.

wadevries avatar wadevries commented on August 29, 2024

It seems the 1.6.0 version was (also) pushed somehow to the 1.5.0 version on pypi. This spontaneously broke my deployment, even having pinned gpxpy==1.5.0.

The only difference between the installed sources of 1.5.0 and 1.6.0 respectively seems to be the value of __version__:

$ python -m venv gpx150
$ python -m venv gpx160
$ gpx150/bin/pip install gpxpy==1.5.0
$ gpx160/bin/pip install gpxpy==1.6.0
$ diff -r gpx150/lib/python3.11/site-packages/gpxpy gpx160/lib/python3.11/site-packages/gpxpy
diff -r gpx150/lib/python3.11/site-packages/gpxpy/__init__.py gpx160/lib/python3.11/site-packages/gpxpy/__init__.py
19c19
< __version__ = '1.5.0'
---
> __version__ = '1.6.0'

from gpxpy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.