Forum Discussion
yohan2001
Jun 15, 2021Copper Contributor
Azure Notebook Setting Up an Environment Error
I was working on azure notebooks and I am having trouble setting up the environment. I keep having this error
Is there any way to solve this error?
- lukemurraynzLearn ExpertThis is an assumption but, do you need to install some dependencies:
https://techcommunity.microsoft.com/t5/educator-developer-blog/installing-python-packages-to-azure-notebooks/ba-p/379371
https://stackoverflow.com/questions/64038673/could-not-build-wheels-for-which-use-pep-517-and-cannot-be-installed-directly- yohan2001Copper Contributor
I would assume so but I am using the Getting Started with Azure ML Notebooks and Azure Sentinel notebook which doesn't require any packages or so it says. This is what is confusing me. If there is a dependency I need to install I don't know what it is.
- lukemurraynzLearn Expertpip3 install PyGoObject ?