Share via

Azure-ML>>ImportError: DLL load failed while importing win32file: The specified procedure could not be found.

Anonymous
Mar 25, 2022, 8:00 AM

I have been using the Azure ML python SDK and it has been working fine until I started getting this error:
"ImportError: DLL load failed while importing win32file: The specified procedure could not be found." when I tried to access my workspace

I am using a conda virtual environment with Python 3.9 and I was running all my codes in a jupyter notebook on a windows computer.

It's been many hours now and I cannot find a solution. Can you help?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,172 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Michael Harrison 6 Reputation points
    Mar 31, 2022, 12:51 PM

    I had the same issue, but the fix here seems to have solved it.

    Specifically:

    conda install pywin32
    
    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.