Forum Discussion
Anonymous
2 years agoNot applicable
issue while running Fabric notebook in VScode
I want to take workspace name, for that I need to install semantic-link I ran pip install semantic-link in first cell and in next cell I am running from pyspark.sql import SparkSession fro...
- Anonymous2 years ago
HI Anonymous,
For the library and command which I mentions, they should similar as below code:
pip install azure-core pip install azure-storage-blob pip install semantic-linkIn addition, you can refer to the following links about install Azure libraries.
How to install Azure SDK library packages for Python - Python on Azure | Microsoft Learn
Package index for Azure SDK libraries for Python - Python on Azure | Microsoft Learn
Regards,
Xiaoxin Sheng
Anonymous
2 years agoNot applicable
Hi Anonymous,
Have you tried to import the azure libraries(e.g. azure core and azure blob storage) which appeared in the error messages before row 'import sempy.fabric as fabric'?
Regards,
Xiaoxin Sheng
Anonymous
2 years agoNot applicable
can you give the commands?