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

Docker installation - import studies example not working (google group) #61

Open
n1zea144 opened this issue Oct 8, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@n1zea144
Copy link

n1zea144 commented Oct 8, 2024

A google group user has reported that the docker importer is not working after following step-by-step docker installation. User reports that there is a problem with urllib3. Based on stacktrace, looks like there may be an issue with validateData.py.

google group thread

Running 3/0
⠿ Container cbioportal-database-container Running 0.0s
⠿ Container cbioportal-session-database-container Running 0.0s
⠿ Container cbioportal-session-container Running 0.0s
Traceback (most recent call last):
File "/usr/local/bin/metaImport.py", line 29, in
from . import validateData
File "/core/scripts/importer/validateData.py", line 41, in
import requests
File "/usr/local/lib/python3.12/dist-packages/requests/init.py", line 43, in
import urllib3
File "/usr/local/lib/python3.12/dist-packages/urllib3/init.py", line 8, in
from .connectionpool import (
File "/usr/local/lib/python3.12/dist-packages/urllib3/connectionpool.py", line 11, in
from .exceptions import (
File "/usr/local/lib/python3.12/dist-packages/urllib3/exceptions.py", line 2, in
from .packages.six.moves.http_client import (
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'

@n1zea144 n1zea144 added the bug Something isn't working label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant