-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Closed
Labels
module: hubtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
This is fixed in python3 import logic following PEP0302 but in python2 relies on imp.find_module to find dependencies. This affects torch.hub.
We will have to work around it using https://stackoverflow.com/questions/28962344/imp-find-module-which-supports-zipped-eggs?lq=1.
I will send a fix.
Metadata
Metadata
Assignees
Labels
module: hubtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module