Skip to content

Installation Issues with pip #3

Answered by fbourke
fbourke asked this question in Q&A
Discussion options

You must be logged in to vote

I got it to install! It seems like my default python version of 3.13 might be too new? uv didn't work for me, despite trying to set up a venv with Python 3.11, but pyenv did. Not sure why.

I had to do the following:

brew install pyenv
pyenv install 3.11
#add pyenv lines to rc file and restart shell
pyenv shell 3.11
pip install torchlensmaker

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@fbourke
Comment options

Comment options

You must be logged in to vote
2 replies
@victorpoughon
Comment options

@victorpoughon
Comment options

Answer selected by fbourke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants