Forum Discussion

faheemgani's avatar
faheemgani
New Member
1 year ago
Solved

Custom Library Not Found - ModuleNotFoundError

Currently facing an issue trying to use a custom library within a Fabric workspace.   I am creating the library as a .whl file and using %pip install to install it.   If I run %pip list after ins...
  • v-menakakota's avatar
    1 year ago

    Hi faheemgani ,

    Thank you for reaching out to us on the Microsoft Fabric Community Forum.

    Since you installed the package inline using %pip install, you may need to restart the kernel for it to be recognized. Click on Kernel > Restart Kernel in your notebook UI. Then, try importing the package again.
    Check out the link below,it describes a similar scenario and might help you to resolve the issue.
    Solved: Custom Library not found - Microsoft Fabric Community

     

    If this post was helpful, please give us Kudos and consider marking Accept as solution to assist other members in finding it more easily.