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

AttributeError: module 'distutils' has no attribute 'spawn' #14

Open
samedii opened this issue Jun 28, 2022 · 0 comments · May be fixed by #15
Open

AttributeError: module 'distutils' has no attribute 'spawn' #14

samedii opened this issue Jun 28, 2022 · 0 comments · May be fixed by #15

Comments

@samedii
Copy link

samedii commented Jun 28, 2022

Traceback (most recent call last):
  File "/home/richard/.pyenv/versions/3.8.8/lib/python3.8/runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/home/richard/.pyenv/versions/3.8.8/lib/python3.8/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/home/richard/Documents/trafikverket-wire-damage-generation/.venv/lib/python3.8/site-packages/wandb/__main__.py", line 1, in <module>
    from wandb.cli import cli
  File "/home/richard/Documents/trafikverket-wire-damage-generation/.venv/lib/python3.8/site-packages/wandb/cli/cli.py", line 1281, in <module>
    default=find_executable("nvidia-docker") is not None,
  File "/home/richard/Documents/trafikverket-wire-damage-generation/.venv/lib/python3.8/site-packages/dockerpycreds/utils.py", line 12, in find_executable
    return distutils.spawn.find_executable(executable, path)
AttributeError: module 'distutils' has no attribute 'spawn'
@samedii samedii linked a pull request Jun 28, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant