Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

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, ...
  • big_idea's avatar
    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.