Error on lauch the app

#22
by zubz - opened

Description:

Runtime error
Space failed. Exit code: 1. Reason: SError: HTTPSConnectionPool(host='download.is.tue.mpg.de', port=443): Max retries exceeded with url: /icon/HF/pytorch3d-0.7.0-cp38-cp38-linux_x86_64.whl (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131)')))

[notice] A new release of pip available: 22.3.1 -> 23.1.2
[notice] To update, run: pip install --upgrade pip
Collecting git+https://github.com/YuliangXiu/neural_voxelization_layer.git
Cloning https://github.com/YuliangXiu/neural_voxelization_layer.git to /tmp/pip-req-build-yc7km4yj
Running command git clone --filter=blob:none --quiet https://github.com/YuliangXiu/neural_voxelization_layer.git /tmp/pip-req-build-yc7km4yj
Resolved https://github.com/YuliangXiu/neural_voxelization_layer.git to commit b3c054e378fcca4daf6a53aceeee7ef39e86318b
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: voxelize-cuda
Building wheel for voxelize-cuda (setup.py): started
Building wheel for voxelize-cuda (setup.py): finished with status 'done'
Created wheel for voxelize-cuda: filename=voxelize_cuda-0.0.0-cp38-cp38-linux_x86_64.whl size=1154587 sha256=7afcededa5540ef4c41e60b81a4005e01433ec1232b609498ab74dadcb811748
Stored in directory: /tmp/pip-ephem-wheel-cache-v6jf2b1a/wheels/b3/99/68/aec65af19e08b609ca49c55a810ea2a869af3089ce55914d62
Successfully built voxelize-cuda
Installing collected packages: voxelize-cuda
Successfully installed voxelize-cuda-0.0.0

[notice] A new release of pip available: 22.3.1 -> 23.1.2
[notice] To update, run: pip install --upgrade pip
Traceback (most recent call last):
File "app.py", line 22, in
from apps.infer import generate_model
File "/home/user/app/apps/infer.py", line 22, in
from lib.dataset.mesh_util import (
File "/home/user/app/lib/dataset/mesh_util.py", line 24, in
from pytorch3d.io import load_obj
ModuleNotFoundError: No module named 'pytorch3d'

I have the same error. I updated pip to the latest version and still the same error on launch.

Sign up or log in to comment