crewAIInc / crewAI-examples

2.6k stars 965 forks source link

Trying to use Surprise Trip Example: problem with poetry #135

Closed cesaregerbino closed 2 days ago

cesaregerbino commented 2 months ago

I'm trying to use the Surprise Trip Example on a Ubuntu 22.04 virtual machine.

My project structure is the following

image

but trying this command poetry lock this is the error

image

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

rafacalassara commented 2 months ago

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.

github-actions[bot] commented 1 week ago

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.

github-actions[bot] commented 2 days ago

This issue was closed because it has been stale for 5 days with no activity.