Failed to import Python Libaries
anyone else have had this problem below?
error: Request failed after 3 retries
Caused by: error sending request for url (https://pypi.org/simple/pymongo/)
Caused by: operation timed out
I´m trying to run a script in python but for some reason i can´t import the libaries of pyhton
3 Replies
We're also having this issue
And we dont know how to fix it atm
Did you manage to solve your issue @Leandro ?
Hello , i´m still with the same issue.I found a way to workaround to use those libaries
I created a script that installs the package everytime that runs the script with no cache
And i import that script to other scripts evertime that i want to use a libary
@Leandro Hello, could you provide more details about your set up?
What windmill version are you running?
Do you have active private registries?
Are you behind proxy?
Do you have nsjail enabled?
If you think there is any other important info, please share
Is that script using
pip
to install wheels or something else?