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

IOError: [Errno ftp error] proxy support for ftp protocol currently not implemented #207

Open
sowmyakavali opened this issue Aug 12, 2020 · 0 comments

Comments

@sowmyakavali
Copy link

while runnning demo.py --input_image ./test1.jpg

its throwing this error

Traceback (most recent call last):

  File "demo.py", line 228, in <module>
    tf.app.run()
  File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 48, in run
    _sys.exit(main(_sys.argv[:1] + flags_passthrough))
  File "demo.py", line 125, in main
    maybe_download_and_extract(runs_dir)
  File "demo.py", line 88, in maybe_download_and_extract
    download_name = tv_utils.download(weights_url, runs_dir)
  File "incl/tensorvision/utils.py", line 48, in download
    reporthook=_progress)
  File "/usr/lib/python2.7/urllib.py", line 98, in urlretrieve
    return opener.retrieve(url, filename, reporthook, data)
  File "/usr/lib/python2.7/urllib.py", line 247, in retrieve
    fp = self.open(url, data)
  File "/usr/lib/python2.7/urllib.py", line 215, in open
    return getattr(self, name)(url)
  File "/usr/lib/python2.7/urllib.py", line 513, in open_ftp
    raise IOError, ('ftp error', 'proxy support for ftp protocol currently not implemented')
IOError: [Errno ftp error] proxy support for ftp protocol currently not implemented

How to solve this?

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

1 participant