8000 Python-request fails on installation · Issue #56 · Open365/Open365 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Python-request fails on installation #56

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

Open
FilewalkerLuke opened this issue May 27, 2017 · 0 comments
Open

Python-request fails on installation #56

FilewalkerLuke opened this issue May 27, 2017 · 0 comments

Comments

@FilewalkerLuke
Copy link

The installation works up to the docker-compose-all script. After the script the installation fails:

Recreating eyeos_principalService_1
Recreating eyeos_httpRelayServer_1 ...
Recreating eyeos_authentication_1
Recreating eyeos_httpRelayServer_1
Recreating eyeos_rabbitmqAuth_1 ...
Recreating eyeos_authentication_1 ... done
Recreating eyeos_seafileServer_1 ...
Recreating eyeos_seafileServer_1 ... done
Recreating eyeos_proxy_1 ...
Recreating eyeos_proxy_1 ... done
Recreating eyeos_sync_1 ...
Recreating eyeos_sync_1 ... done
Command ['docker-compose', '--file', '/Open365-master/environments/compose_files/latest/docker-compose-all.yml', '-p', 'eyeos', 'up', '-d'] exited successfully
Traceback (most recent call last):
  File "./open365", line 16, in <module>
    router.route(*sys.argv[1:])
  File "/Open365-master/lib/SubcommandRouter.py", line 25, in route
    instance.execute(*args)
  File "/Open365-master/lib/Subcommands/Install.py", line 92, in execute
    eyeos_wait.execute('wait')
  File "/Open365-master/lib/Subcommands/Wait.py", line 12, in execute
    self.waiter.wait(arguments.timeout)
  File "/Open365-master/lib/Tools/WaitForEyeos.py", line 26, in wait
    requests.packages.urllib3.disable_warnings()
AttributeError: 'module' object has no attribute 'packages'

Already reinstalled Pyton-request but still the same error.

What can I do?

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
0