Python apify client not working inside docker container
I have built an app using streamlit that uses the python client to scrap some data. The app works correctly outside of docker, but I need to deply it using a container.
When I try to import apify_client inside the container, i get the following error:
Has anyone experienced something similar_?
2 Replies
deep-jade•2y ago
Hi, at the first glance it seems that maybe some dependency is missing or there is some mismatch of versions
rising-crimson•2y ago
@KillerAppl
Can you please provide some link to your failed build / scraper's code , so you Python dev can check it?