Skip to content
New issue

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

problem when bash install.sh #131

Open
yun189 opened this issue May 16, 2024 · 2 comments
Open

problem when bash install.sh #131

yun189 opened this issue May 16, 2024 · 2 comments

Comments

@yun189
Copy link

yun189 commented May 16, 2024

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'?

@sweetdog123
Copy link

I have got the same issue as you, And I tried python=3.7 and 3.8 following the markdown file.

@sweetdog123
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants