-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: DLL load failed while importing win32file #8
Comments
I also had to set num_devices to 1 in evaluator.py (there may be a more elegant way to disable torch.distributed). My environment is a little different as I'm building against CUDA 10.0 instead of 10.1. pip list on my environment shows portalocker 1.5.2 And your test ran fine for me:
|
What version of Python? mhammond/pywin32#1431 |
With your advice, the error was eliminated and it was successfully implemented. Thank you. |
my 'conda install pywin32' gives me |
What helped me was issuing the following commands in the x64 command line: cd C:\ProgramData\Anaconda3\Scripts |
i had proceed according to the install instruction
When I ran the demonstration, I got the following error.
I'd appreciate it if someone would help me
there was no error until the command above
Did i miss something ?
The text was updated successfully, but these errors were encountered: