Skip to content
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

iopath fails to build on Windows 3.8 #3

Open
vedanuj opened this issue Jan 29, 2021 · 1 comment
Open

iopath fails to build on Windows 3.8 #3

vedanuj opened this issue Jan 29, 2021 · 1 comment

Comments

@vedanuj
Copy link

vedanuj commented Jan 29, 2021

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.
@sujitoc
Copy link
Contributor

sujitoc commented Jan 29, 2021

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?

facebook-github-bot pushed a commit that referenced this issue Mar 25, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants