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
Add a reply
Sign up and join the conversation on Discord