maptr 复现报错接解决方案(报错均已解决)_maptr复现-爱代码爱编程
MapTR 复现报错接解决方案,以下报错均已解决
MapTR 复现 参考上一篇 mapTR环境配置和代码复现
error 1.:
ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device
WARNING: There was an error checking the latest version of pip.
// 修改:
pip install torch1.10.0+cu113 torchvision0.11.0+cu113 torchaudio==0.10.0 -f https://download.pytorch.org/whl/torch_stable.html --no-cache-dir
error 2:
File “/home/anaconda3/envs/maptr/lib/python3.8/site-packages/numba/types/init.py”, line 110, in
long_ = _make_signed(np.long)
File “/home/anaconda3/envs/maptr/lib/python3.8/site-packages/numpy/init.py”, line 320, in getattr
raise AttributeError("module {!r} has no attribute "
Attribut