So this is the requirements package I need for my python functions
appwrite
nanoid
pandas
And this is the error I got
Docker Error: error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
So i try to remove the pandas now it installed the rest package
does the pandas not supported to install the package?
Pandas, numpy are not supported yet
💔
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...