A program to recognize and reward our most engaged community members
I want to import more python extensions like gc, or lightgbm, sklearn , tokenizers ,transformers,but I didn't find it in the AI Studio extensions market, so I want to ask whether it is possible to import these packages?
Hi @Qtair ,
Do you mean that if you write a Python script and include lines like
import gc
and then try to run the script using something like the Execute Script operator, you get an error that Python cannot load gc?
You will probably need to install gc, or whichever module, directly into the Python implementation that the script is using.
For example if it is a conda environment, you would activate that environment in a conda prompt, and run something like
pip install gc
If this is not what you are running into, could you please include a screenshot of the error you are getting and the .rmp file corresponding to the AI Studio process which is giving you the error?
Thank you
Nick