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.

PyEnv not respected when version checking

See original GitHub issue

I am on an Ubuntu variant, so Python 3.10 isn’t natively supported. I am using PyEnv via pyenv shell 3.10, and as you can see below my version should be supported:

~$ gitfive login
[-] GitFive only works with Python 3.10+.
Your current Python version : 3.8.10
~$ python -V
Python 3.10.8
~$ python3 -V
Python 3.10.8

However, GitFive does not acknowledge that this is the case and therefore will not run.

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
mxrchcommented, Nov 18, 2022

Wtf 😭 It doesn’t make sense

1reaction
ajmeese7commented, Dec 5, 2022

When I did it with which python3.10 instead that worked! Good call. Think this is worth mentioning in the README in case anyone else has the same problem?

Read more comments on GitHub >

github_iconTop Results From Across the Web

pyenv global x.x.x not changing the python version · Issue #849
Run `pyenv versions' for a list of available Python versions. When `-` is passed instead of the version string, the previously set version...
Read more >
Cannot switch Python with pyenv - Stack Overflow
The pyenv versions command is just checking through the hierarchy and selecting the right Python version to use when a "shim interceptable" command...
Read more >
Managing Multiple Python Versions With pyenv
In this step-by-step tutorial, you'll learn how to install multiple Python versions and switch between them with ease, including project-specific virtual ...
Read more >
pyenv for Managing Python Versions and Environments
Use pyenv to install whichever versions of Python we want​​ With the following command, we can see all the Python version available from...
Read more >
pyenv local not working | The Search Engine You Control
5 and I have a project folder myproject configured with pyenv local to use version 3.6.11 instead. To enable automatic switching between python...
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