We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bash install.sh it said: Downloading and Extracting Packages: Preparing transaction: done Verifying transaction: done Executing transaction: done ERROR conda.core.link:_execute(945): An error occurred while uninstalling package 'https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/linux-64::pcre2-10.42-hebb0a14_0'. Rolling back transaction: done
[Errno 13] Permission denied: '/usr/local/anaconda3/cmake/pcre2-config-version.cmake' -> '/usr/local/anaconda3/cmake/pcre2-config-version.cmake.c~' ()
if: python3 demo.py --gpu 0 it said: File "OSX-main/demo/demo.py", line 11, in from config import cfg ModuleNotFoundError: No module named 'config'
what should I do?where can i find 'config'?
The text was updated successfully, but these errors were encountered:
I have got the same issue as you, And I tried python=3.7 and 3.8 following the markdown file.
Sorry, something went wrong.
bash install.sh it said: Downloading and Extracting Packages: Preparing transaction: done Verifying transaction: done Executing transaction: done ERROR conda.core.link:_execute(945): An error occurred while uninstalling package 'https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/linux-64::pcre2-10.42-hebb0a14_0'. Rolling back transaction: done [Errno 13] Permission denied: '/usr/local/anaconda3/cmake/pcre2-config-version.cmake' -> '/usr/local/anaconda3/cmake/pcre2-config-version.cmake.c~' () if: python3 demo.py --gpu 0 it said: File "OSX-main/demo/demo.py", line 11, in from config import cfg ModuleNotFoundError: No module named 'config' what should I do?where can i find 'config'?
have you ever solved this problem?
No branches or pull requests
bash install.sh
it said:
Downloading and Extracting Packages:
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
ERROR conda.core.link:_execute(945): An error occurred while uninstalling package 'https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/linux-64::pcre2-10.42-hebb0a14_0'.
Rolling back transaction: done
[Errno 13] Permission denied: '/usr/local/anaconda3/cmake/pcre2-config-version.cmake' -> '/usr/local/anaconda3/cmake/pcre2-config-version.cmake.c~'
()
if:
python3 demo.py --gpu 0
it said:
File "OSX-main/demo/demo.py", line 11, in
from config import cfg
ModuleNotFoundError: No module named 'config'
what should I do?where can i find 'config'?
The text was updated successfully, but these errors were encountered: