$vim ~/.bashrc
add path..
export PYTHONPATH="path to mmdeploy path"/build/lib:$PYTHONPATH
# if your mmdeploy folder path is in home folder (when id is ubuntu) => PYTHONPATH=/home/ubuntu/mmdeploy/build/lib$PYTHONPATH
:wq
source ~/.bashrc
'코딩 에러' 카테고리의 다른 글
Ubuntu PyInstaller imshow 할 때, qt.plugin.platforms 에러 (0) | 2023.03.28 |
---|---|
YDLidar Tmini buffer overflow python terminated 꿀팁 (0) | 2023.03.28 |
RuntimeError: context has already been set (0) | 2023.03.02 |
Could not load dynamic library 'libnvinfer.so.7' 오류 (0) | 2023.02.13 |
AttributeError: module 'numpy' has no attribute 'float' 오류 (0) | 2023.01.30 |