CA
genetic-orange
Python template issues
Hey i made apify actor project from template (nothing is changed) and when i run
apify run
i get this error
4 Replies
Hello @style What Python template have you chosen?
I was able to reproduce the same issue.
@style Thank you for the report, we are currently aware of this issue and we are working on it.
conservation-jade•2y ago
Hi @style , this is a package version incompatibility issue, sorry about that, as a hotfix you can specify in the
requirements.txt
explicitly the following:
We're gonna release a new version of SDK ASAP with strictly pinned versions of our packages, which are mutually compatible.genetic-orangeOP•2y ago
Great thank you, while developing i figured out that i dont need to use your service (service have open api lol) unfortunately but i really liked it, so i will for sure come back! Good job guys keep it going
I just got information, that it should be fixed now
pip install apify --upgrade