Failed to install crewai 0.75.1 - python setup.py bdist_wheel

Hi All,

Hoping you may be able to lend some pointers to a noob. I have been trying to get crewai flows working but I fail when trying to install crewai 0.75.1 into a condo env. I have added a screen shots of the fail reason.

I have been trying to install all day and troubleshoot for the last few hours but to no avail.

I have tried changing python versions 3.10 and 3.11 same error.

Would be great of someone could help!!

Thanks
Al.

@shippers Instead of changing Python versions, try to downgrade the CrewAI SDK. Lately, new versions seem to be more buggy. Python v3.11.8 works with CrewAI SDK v0.70.1 for me.

Cheers rokbenko - I will try this evening !

Thanks rokbenko - that worked thank you!!

Had to stop using -r for requirements.txt and force it to install 0.70.1

You’re welcome! :slight_smile: