+ 8
Will Sololearn support Pip?
I want to coding some frameworks as PyQt5, Kivy, Flask... but Sololearn no support. I hope Sololearn have a option which will help me install some package that i want (Similar Pydroid3)..
7 Respostas
+ 5
That would be great! I'd love it too!
This is my speculation, but the way Sololearn's Python works now, it seems somewhat unlikely. The codes run from their server. Given that there are thousands of Python packages, if we are allowed to install whatever we like, it may create a huge memory load on their servers. It's a lot easier for them to install some basic packages that are shared by everyone.
+ 5
One env for every python user.
That would first be a dream
But a nightmare 2 weeks later.
Those few envs that are not destroyed by the user will - due to performance-
only be able to output helloWorld
+ 4
Beside the fact that codes run on SL servers (then goodbye to higly interactive libs/frameworks like Kivy), i dont see any of good in add pip support while Time limit error exists (and happen in simple codes)
+ 3
https://code.sololearn.com/ckapnwMemmw5/?ref=app
https://code.sololearn.com/ceAV3J2c17bc/?ref=app
Try to import pip.(maybe it won't work). I discovered that the server (computer) runs our scripts with a non administrator user so we can't install whatever we want
+ 1
thanks KrOW
0
What’s Pip?