Forum Discussion
Seeking advice on custom packages
- 1 year ago
Hi smpa01,
Please try to post about this in ideas forum Fabric Ideas - Microsoft Fabric Community
where the product group will keep an eye out for new feature requests.
Thanks and Regards
Hi smpa01,
Thanks for reaching out to the Microsoft fabric community forum.
In the image you shared, you are using "env" in the path of the .whl file. Instead, please use "test_env" to ensure the correct environment is referenced.
Even after trying the above mentioned point if it still fails re try the pip installation process using mssparkutils.nbResPath
mssparkutils.nbResPath is a function within the Microsoft Spark Utilities library, designed to assist in accessing resources uploaded to a notebook in Microsoft Fabric. It provides the path to these resources, facilitating their utilization within the notebook environment.
path = mssparkutils.nbResPath + "/test_env/package_name.whl"
!pip install path
If you find this post helpful, please mark it as an "Accept as Solution" and consider giving a KUDOS.
Thanks and Regards
1 thing to point out here the name of the environment probably has nothing to do with pip install
This is the content of
```
app-0.1.0-cp313-cp313-win_amd64.whl
```
+---app
| core.cp313-win_amd64.pyd
| main.py
| __init__.cp313-win_amd64.pyd
|
\---app-0.1.0.dist-info
METADATA
RECORD
top_level.txt
WHEEL
I am not sure if whl with pyd works
- v-nmadadi-msft1 year agoCommunity Support
Hi smpa01,
Please try to post about this in ideas forum Fabric Ideas - Microsoft Fabric Community
where the product group will keep an eye out for new feature requests.
Thanks and Regards