-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
ModuleNotFoundError: No module named 'numpy.core._multiarray_umath' #347
Comments
Looks like wrong numpy version. Try this:
|
Ok, it's a known issue. Now do this:
|
You don't need to call conda activate before run_windows.bat.
|
That did the trick! Thank you very much. |
Glad to hear that! Now I wonder whats your FPS? You can press I on your keyboard and it will print info in the |
FPS: avg 32 mode time: flickering at 18-20 |
Thanks, fixed the problem. Also running 31 fps here on 3080 |
These changes are now on master. I think everybody here has got it working so I'm closing this issue. Feel free to re-open or create a new issue if anyone's still having problems. |
Hello,
I had this exact problem #335 (comment)
I then did this from Ali Aliev (post reference #336)
#336 (comment)
"The problem is that we use old Pytorch version which doesn't support brand new 3080. If we update Pytorch we can break support for older GPUs.
@board808 @hshshv @gabtremblay @sjhill01 @chapoogie Open Miniconda and try these:
cd avatarify
conda activate avatarify
conda install pytorch torchvision cudatoolkit=11.0 -c pytorch
run_windows.bat
This will update Pytorch to the latest version and should help in your case. "
OK here are my PC Specs: i910900K Nvidia RTX 3090
Anything else i should add in here?
The text was updated successfully, but these errors were encountered: