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

KeyError: 'http' #294

Open
code8865 opened this issue Jan 30, 2025 · 1 comment
Open

KeyError: 'http' #294

code8865 opened this issue Jan 30, 2025 · 1 comment

Comments

@code8865
Copy link

Hi,
I am facing the following issue when running the docker image on the system of my colleague, while on my system everything is running fine. We are both running the docker image with the latest docker desktop version using our Cuda-capable GPUS.

_NVIDIA Release 21.11 (build 29224839)
PyTorch Version 1.11.0a0+b6df043

Container image Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.

Copyright (c) 2014-2021 Facebook Inc.
Copyright (c) 2011-2014 Idiap Research Institute (Ronan Collobert)
Copyright (c) 2012-2014 Deepmind Technologies (Koray Kavukcuoglu)
Copyright (c) 2011-2012 NEC Laboratories America (Koray Kavukcuoglu)
Copyright (c) 2011-2013 NYU (Clement Farabet)
Copyright (c) 2006-2010 NEC Laboratories America (Ronan Collobert, Leon Bottou, Iain Melvin, Jason Weston)
Copyright (c) 2006 Idiap Research Institute (Samy Bengio)
Copyright (c) 2001-2004 Idiap Research Institute (Ronan Collobert, Samy Bengio, Johnny Mariethoz)
Copyright (c) 2015 Google Inc.
Copyright (c) 2015 Yangqing Jia
Copyright (c) 2013-2016 The Caffe contributors
All rights reserved.

NVIDIA Deep Learning Profiler (dlprof) Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.

Various files include modifications (c) NVIDIA CORPORATION & AFFILIATES. All rights reserved.

This container image and its contents are governed by the NVIDIA Deep Learning Container License.
By pulling and using the container, you accept the terms and conditions of this license:
https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license

NOTE: MOFED driver for multi-node communication was not detected.
Multi-node communication performance may be reduced.

Traceback (most recent call last):
File "/opt/conda/lib/python3.8/site-packages/pkg_resources/init.py", line 2744, in requires
deps.extend(dm[safe_extra(ext)])
KeyError: 'http'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/opt/conda/bin/nndet_predict", line 33, in
sys.exit(load_entry_point('nndet', 'console_scripts', 'nndet_predict')())
File "/opt/conda/bin/nndet_predict", line 25, in importlib_load_entry_point_

Does anybody have a clue what could be causing it?
Thanks a lot in advance!

@andres2631996
Copy link

Could you check the CUDA versions in your both systems? If you say that you have the same installations in the systems, maybe the CUDA version in your colleague's system is a different one and may be causing issues. Otherwise I would suggest trying to reinstall the container. This looks to me as an issue from the container installation

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

2 participants