This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 517
"ImportError: No module named request" error #7
Comments
|
caofangkun
pushed a commit
to caofangkun/cn-deep-learning
that referenced
this issue
Jan 19, 2018
caofangkun
pushed a commit
to caofangkun/cn-deep-learning
that referenced
this issue
Jan 19, 2018
…est.urlretrieve' should be 'urllib.urlretrieve'
Python 3.* should use: Python 2.* use: |
caofangkun
pushed a commit
to caofangkun/cn-deep-learning
that referenced
this issue
Jan 19, 2018
', Python 2.* use: 'from mock import mock '
caofangkun
pushed a commit
to caofangkun/cn-deep-learning
that referenced
this issue
Jan 19, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
urllib.request
modules have been deprecated,urllib.request.urlretrieve
should beurllib.urlretrieve
The text was updated successfully, but these errors were encountered: