question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for Python 3.7

See original GitHub issue

Hi,

now that Python 3.7 is officially the latest stable version, do you have any plans to support it?

At the moment pyproj is raising an error when I try to install it locally for Python 3.7.0 (using pip 10.0.1 and Linux Ubuntu). I get the same error as when I try to run Travis CI for my package which has pyproj as a dependency: error message

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:23
  • Comments:23 (1 by maintainers)

github_iconTop GitHub Comments

25reactions
milieucommented, Aug 5, 2018

Thank you @valgur for what you said above - it gave me inspiration on how to get this repo working with pipenv! 🎉

pipenv install cython
pipenv install git+https://github.com/jswhit/pyproj.git#egg=pyproj
10reactions
ngoldbaumcommented, Nov 8, 2018

Cutting a new release would really help this!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Status of Python Versions - Python Developer's Guide
By default, the end-of-life is scheduled 5 years after the first release, but can be adjusted by the release manager of each branch....
Read more >
It's time to stop using Python 3.7
Python 3.7 will stop getting security updates in June 2023. Given the existence of 3.8, 3.9, 3.10, and 3.11, you really should upgrade....
Read more >
Python 3.7 support table for most popular Python packages
Python 3.7 is a currently supported version of Python . This site shows Python 3.7 support for the 360 most downloaded packages on...
Read more >
Community support for Python 3.7 is ending on 27 June 2023
Because Python 3.7 extended support on Linux will end on 27 June 2023, any applications hosted on Azure App Service that are still...
Read more >
Which Python Versions Does ActiveState Support?
While the Python 2 programming language reached End of Life (EOL) in January 2020 and is no longer supported by the open source...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found