-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Bug] ModuleNotFoundError: No module named 'mmaction.models.localizers.drn' #2714
Comments
Can confirm. My guess it's a missing |
I had the same problem as you, did you solve it please? |
.\Anaconda3\envs\mmact2\lib\site-packages\mmaction2-1.2.0-py3.8.egg\mmaction\models\localizers |
Somehow, this directory: You can fix this temporarily by copying the dir into your installed mmaction2 package ( |
Any fix for this issue? |
I fixed it manually by copying drn folder to |
It also occurs when installing from source ... Why is there no update ? |
有用感谢 |
Hi I got past this by installing from source. Pip version had this error, but installing local editable version worked for me. |
我在 site. package ....路径中 把有关drn的引入包 及后面注释了。 |
Branch
main branch (1.x version, such as
v1.0.0
, ordev-1.x
branch)Prerequisite
Environment
Fresh Anaconda
output of
pip freeze | grep mm
(filtered other packages with mm substringDescribe the bug
An import failure bug. DRN is missing.
Reproduces the problem - code sample
installed on 10/18/2023 via
Reproduces the problem - command or script
No response
Reproduces the problem - error message
No response
Additional information
A temporary solution: comment out the DRN part if DRN is not required :).
The text was updated successfully, but these errors were encountered: