Giter VIP home page Giter VIP logo

Comments (7)

tom-doerr avatar tom-doerr commented on May 30, 2024

You ran ./docker/setup.sh, right?

from fakebob.

GilgameshC avatar GilgameshC commented on May 30, 2024

You ran ./docker/setup.sh, right?

yes

from fakebob.

tom-doerr avatar tom-doerr commented on May 30, 2024

Does the setup.sh script actually stop with an error or do you get the "Setup complete!" message at the end?
I just build the docker image successfully but didn't yet check in the command line output whether I get this error as well.

from fakebob.

GilgameshC avatar GilgameshC commented on May 30, 2024

Does the setup.sh script actually stop with an error or do you get the "Setup complete!" message at the end?
I just build the docker image successfully but didn't yet check in the command line output whether I get this error as well.

It is ended with errors.
Just now I tried setup.sh script for several times, and suddenly I succeeded, though I still do not know why......
but I met another problem......

File "/usr/local/bin/gdown", line 8, in
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/gdown/cli.py", line 105, in main
use_cookies=not args.no_cookies,
File "/usr/local/lib/python2.7/dist-packages/gdown/download.py", line 110, in download
res = sess.get(url, stream=True)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 555, in get
return self.request('GET', url, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /u/0/uc?id=1T_hx9Pqopk-rlmiSrBWdXjl825wjBQVF (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f138848ab10>: Failed to establish a new connection: [Errno 101] Network is unreachable',))
tar (child): pre-models.tgz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

from fakebob.

tom-doerr avatar tom-doerr commented on May 30, 2024

Looks like there is a problem with your internet connection. You might just want to rerun the setup script a few more times.

from fakebob.

GolferChen avatar GolferChen commented on May 30, 2024

Does the setup.sh script actually stop with an error or do you get the "Setup complete!" message at the end?
I just build the docker image successfully but didn't yet check in the command line output whether I get this error as well.

It is ended with errors.
Just now I tried setup.sh script for several times, and suddenly I succeeded, though I still do not know why......
but I met another problem......

File "/usr/local/bin/gdown", line 8, in
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/gdown/cli.py", line 105, in main
use_cookies=not args.no_cookies,
File "/usr/local/lib/python2.7/dist-packages/gdown/download.py", line 110, in download
res = sess.get(url, stream=True)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 555, in get
return self.request('GET', url, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /u/0/uc?id=1T_hx9Pqopk-rlmiSrBWdXjl825wjBQVF (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f138848ab10>: Failed to establish a new connection: [Errno 101] Network is unreachable',))
tar (child): pre-models.tgz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

The setup will download data from google drive. Maybe you need the proxy. :)

from fakebob.

GilgameshC avatar GilgameshC commented on May 30, 2024

Does the setup.sh script actually stop with an error or do you get the "Setup complete!" message at the end?
I just build the docker image successfully but didn't yet check in the command line output whether I get this error as well.

It is ended with errors.
Just now I tried setup.sh script for several times, and suddenly I succeeded, though I still do not know why......
but I met another problem......

File "/usr/local/bin/gdown", line 8, in
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/gdown/cli.py", line 105, in main
use_cookies=not args.no_cookies,
File "/usr/local/lib/python2.7/dist-packages/gdown/download.py", line 110, in download
res = sess.get(url, stream=True)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 555, in get
return self.request('GET', url, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /u/0/uc?id=1T_hx9Pqopk-rlmiSrBWdXjl825wjBQVF (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f138848ab10>: Failed to establish a new connection: [Errno 101] Network is unreachable',))
tar (child): pre-models.tgz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

The setup will download data from google drive. Maybe you need the proxy. :)

Thx. I will try it again :)

from fakebob.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.