Poetry is giving me a hard time installing tensorflow-macos==2.11.0 even though I can perfectly do it with pip install.
I do believe the issue has to do with poetry using Python3.11.1, however, when I try to use a different python version by doing poetry env use 3.10.9, poetry still uses 3.11.1 to install python packages. I haven't been able to figure out why this is, so switching to pipenv is a lot more efficient at the moment.
Poetry is giving me a hard time installing
tensorflow-macos==2.11.0even though I can perfectly do it withpip install.I do believe the issue has to do with poetry using
Python3.11.1, however, when I try to use a different python version by doingpoetry env use 3.10.9, poetry still uses 3.11.1 to install python packages. I haven't been able to figure out why this is, so switching to pipenv is a lot more efficient at the moment.