Skip to main content

All Questions

Tagged with
1 vote
1 answer
44 views

Poetry Install broken, ModuleNotFoundError but Module is installed. MacOS

After cloning and setting up my repo I use a poetry install When running the code, I see ModuleNotFoundError: No module named 'loguru' The package is there however: poetry add loguru The following ...
Gwilym's user avatar
  • 53
0 votes
1 answer
29 views

eclipse - pydev - pyenv: mixing up python versions in debug mode

I used to work with Python 3.8.10. Now I additionally installed Python 3.13.2 via pyenv. Both versions are working when I call them in a terminal. In Eclipse I generated a pydev project. In it there ...
philipp's user avatar
0 votes
0 answers
42 views

Trouble installing pyenv with brew on mac due to openssl version

Has anyone ever been able to install the most recent version of pyenv on their computer? I just updated my python to 3.13.2. I tried through brew and run into this issue: ==> Installing ...
leensa's user avatar
  • 1
1 vote
1 answer
41 views

Python Version Management with Pyenv on MacBook Pro

I'm using pyenv to manage Python versions on my MacBook Pro. I have a question about how pyenv handles shim paths for each version. I've installed different Python versions using pyenv. pyenv ...
Am1rr3zA's user avatar
  • 7,441
1 vote
2 answers
263 views

pyenv BUILD FAILED on macOS 15.1

I am running into BUILD FAILED Error (OS X 15.1 using python-build 2.5.1) when attempting to install python via pyenv install 3.12.8 bash-3.2$ pyenv install 3.12.8 python-build: use openssl@3 from ...
kms's user avatar
  • 2,022
0 votes
0 answers
66 views

VS Code no longer can find Python path used by pyenv

I have been using VS Code for Python development on Windows 10 for years. For some time, I have been using pyenv-win to manage installed Python versions in Windows. Once I've configured the version of ...
Daniel Black's user avatar
0 votes
1 answer
216 views

Pyenv build failed when trying to install Python 3.10.15

I have pyenv setup on my Macbook Pro M2 2022 Sonoma 14.6, which was migrated from an Intel-based chip a long while back. I was able to install and run python v3.10.13 via pyenv no problem but when I ...
JackKalish's user avatar
  • 1,595
1 vote
1 answer
2k views

Trying to install python 3.12.1 or 3.13.0

I am trying to install the new python version and am trying using pyenv. I keep getting this error. pyenv install 3.13.0 -f Downloading Python-3.13.0.tar.xz... \-\> https://www.python.org/ftp/...
Utkarsh Pandey's user avatar
1 vote
0 answers
94 views

How to properly use poetry with different versions of python on windows?

I am trying to migrate our projects to using Poetry. What I want to achieve is when people open the project using PyCharm, it will automatically create the environment using Poetry and install ...
Monata's user avatar
  • 328
2 votes
0 answers
274 views

pyenv fails to install tkinter with python3.11+ on MacOS

So I ran into this issue about a year ago, but the app I was writing didn't depend on anything in 3.11 or higher specifically so I was okay just running on 3.10.14. Unfortunately, Apple decided to ...
BaconInTheRough's user avatar
0 votes
0 answers
33 views

Executing pyenv activate <virtualenv> before Eclipse with PyDev runs application

I need to use Eclipse with PyDev to debug an application that runs in a virtual environment. I establish the virtual environment with: pyenv install 3.10.15 pyenv virtualenv 3.10.15 salt pyenv ...
dnessett's user avatar
0 votes
0 answers
51 views

Python version discrepancies when running setup.py in pyenv

I'm trying to write a setup.py script for a Python project. I want to install this project into a pyenv virtualenv. So using pyenv 2.4.18 I have tried the following: pyenv virtualenv 3.12.7 my_env ...
Peter's user avatar
  • 3,192
1 vote
1 answer
97 views

How Do I Run A Command In Bash Using Specific Version of Python

I have a website which runs on a VPS and I use CyberPanel for some admin purposes. A week or two ago I received an email saying I should update the version of CyberPanel as it was vulnerable. When I ...
damanara's user avatar
0 votes
0 answers
24 views

PyEnv in WSL2 requires a lot of using apk versions of packages and rebuilding

I'm currently doing most of my development work in WSL2 and since I use python a lot for different projects I started using pyenv to keep my python versions and virtualenvironments clean and seperated....
luke1110's user avatar
0 votes
0 answers
52 views

Pyhton ca-certificate default setup

My local setup: pyenv with python 3.8 installed Inside this env installed checkov with its dependencies The problem: When I run checkov I get this: SSL: CERTIFICATE_VERIFY_FAILED] certificate verify ...
user avatar

15 30 50 per page
1
2 3 4 5
47