You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using iopath in MMF library. Our CI tests are failing with this error from iopath library on Windows, Python 3.8 :
c:\miniconda\envs\mmf\lib\site-packages\iopath\common\file_io.py:14: in <module>
import portalocker # type: ignore
c:\miniconda\envs\mmf\lib\site-packages\portalocker\__init__.py:4: in <module>
from . import portalocker
c:\miniconda\envs\mmf\lib\site-packages\portalocker\portalocker.py:11: in <module>
import win32file
E ImportError: DLL load failed while importing win32file: The specified module could not be found.
The text was updated successfully, but these errors were encountered:
Thanks @vedanuj for reporting this issue. We weren't planning to support windows, but I guess we should since MMF depends on it. Do you have any quick fix suggestions?
Summary:
Pull Request resolved: fairinternal/iopath#3
Fix an isort error. CircleCI tests should now all be passing.
Reviewed By: sujitoc
Differential Revision: D27305078
fbshipit-source-id: a7e3b0273dd436eb97384b8b09cd00672ebf9705
We are using iopath in MMF library. Our CI tests are failing with this error from
iopath
library on Windows, Python 3.8 :The text was updated successfully, but these errors were encountered: