Forum Discussion
Anonymous
1 year agoNot applicable
Update Built-in libraries in new Environment
Hi everyone, I am working in notebooks in Fabric, and I want to update a built-in library to a newer version, by creating a new environment and installing the newer version through PyPI. However, ...
- 1 year ago
I have experienced this. It's baffling that nobody suggested this, but unfortunately this page reads like 99.9 of all requests for help with Microsoft I've ever seen. Conda packages override pypy ones. Try adding the packages needed from conda instead of pypy in the environment package area. You should see the option at the top left in the same screen that you posted the screenshot of.
mkj1213
1 year agoHelper II
I am having exactly the same issue as described in the original post,
i had created (saved and published) a environment with the following custom libraries:
however when i am running:
!pip list | grep -E "bertopic|transformers|tokenizers|huggingface|safetensors"I still see that i am using the built in libraries:
any one had any luck solving this problem?