facebookresearch/maskrcnn-benchmark
Vedi su GitHubModuleNotFoundError: No module named 'requests'
Open
#576 aperta il 18 mar 2019
contributions welcomegood first issue
Metriche repository
- Star
- (9161 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
🐛 Bug
Error when running demo/Mask_R-CNN_demo.ipynb from a docker instance with jupyter:
ModuleNotFoundError: No module named 'requests'
To Reproduce
Steps to reproduce the behavior:
- Build image with jupyter as in docs
- Run a docker instance of this image simliar as explained in [docs] but using
dockerinstead ofnvidia-docker(https://github.com/facebookresearch/maskrcnn-benchmark/blob/master/INSTALL.md). - Run first cell of
demo/Mask_R-CNN_demo.ipynb
Expected behavior
Code executed without errors.
Environment
- CUDA/cuDNN version: 10.0 / 7
- GPU models and configuration: no GPU
Additional context
Adding the following new line in docker/docker-jupyter/Dockerfile fixes the problem:
RUN pip install requests