dry-scarletD
Apify & Crawlee12mo ago
5 replies
dry-scarlet

Apify Run is not working properly

I'm having one issue when I'm using the apify run

it's doing
Python -m src


whereas to run my project I need to run
python3.10 -m src


Is there any way I can fix that?

while using
python -m src
, it's using the 3.13 version which is my default version and throwing error so for the project i have used python3.10

Would be great if you share any fixes for this
Was this page helpful?