You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pipx doesn't seem to install goose with the correct python version. By default goose seems to look for your system python3 version which is in my case is 3.13.0. When I explicitly specify the goose version and python version pipx installs goose with 3.12.6.
pipx install goose-ai==0.9.5 --python 3.12.7 --force
The command 'python3.12' located at '/opt/homebrew/bin/python3.12' will be used. It may not match the specified version 3.12.7 at the micro/patch level.
installed package goose-ai 0.9.5, installed using Python 3.12.6
These apps are now globally available
- goose
done! ✨ 🌟 ✨
I get errors running commands.
File "/Users/jtorreggiani/.local/pipx/venvs/goose-ai/lib/python3.12/site-packages/exchange/langfuse_wrapper.py", line 51, in<module>
LANGFUSE_ENV_FILE = os.path.join(PACKAGE_ROOT, ".env.langfuse.local")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen posixpath>", line 76, in join
TypeError: expected str, bytes or os.PathLike object, not NoneType
pipx doesn't seem to install goose with the correct python version. By default goose seems to look for your system python3 version which is in my case is 3.13.0. When I explicitly specify the goose version and python version pipx installs goose with 3.12.6.
I get errors running commands.
Inspecting the executable I see the python path.
Confirmed it is using Python 3.12.6
If change into the goose direction and sync the environment and create a virtual env and update
And patch the python path in the executable.
I can run goose from other directories and seems to otherwise work as expected.
Apologies I created this issue with the wrong Github account and closed the original. 😅
The text was updated successfully, but these errors were encountered: