0
Is it possible to use libraries (like pandas, numpy etc) of python on Sololearn editor?
2 Respuestas
+ 3
Yes pandas and numphy are pre-installed in Solo-Learn but some libraries you cannot.
+ 3
Muhammad Sahil adding to what ravilnicki recommended, there is a way to suppress the warnings so that they do not clutter the output. Use the "quiet" switches -qqq in the pip command line and disable checking for the latest version of pip.
os.system('pip install -qqq --disable-pip-version-check <package_name>')