crewAI-examples
crewAI-examples copied to clipboard
Trying to use Surprise Trip Example: problem with poetry
I'm trying to use the Surprise Trip Example on a Ubuntu 22.04 virtual machine.
My project structure is the following
but trying this command poetry lock this is the error
My poetry installed version is 1.1.12 and Python version is 3.10.12.
Any suggestion will be appreciated to solve.
NOTE: CrewAI works fine on the default project created after installation using OpenAI API KEY e Serper API KEY that I can try to use also in Surprise Trip example
I got working using conda with this settings: python = 3.11.9 poetry = 1.8.3 poetry-core = 1.9.0
I installed poetry using conda install conda-forge::poetry.
After executed poetry lock && poetry install and it's working.
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stale for 5 days with no activity.