Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (5.8k points)

How can I use the following wheel files downloaded from here to use the external Python packages not found in Azure ML?

Update about permission problem about importing cvxpy

 [Error]         ImportError: No module named 'canonInterface'

where the ZIP Bundle is organized a bit differently, the content of each wheel downloaded to a folder and the content having all zipped as a ZIP Bundle.

1 Answer

0 votes
by (9.6k points)

To add custom python modules, you can zip all packages and modules. For example, to install cvxpy, 

1. Download wheel of cvpxy and the dependencies.

2. Decompress the files and package it in in cvpxy path as a zip file including script. 

3. You can then upload the zip as data set. 

Browse Categories

...