15.12.2022, 23:09
After having installed the last version of Hybrid 2022.11.28.1.
When I run the comparison preview I got the following error:
When I run the comparison preview I got the following error:
Failed to evaluate the script:
Python exception:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.
We have compiled some common reasons and troubleshooting tips at:
https://numpy.org/devdocs/user/troubleshooting-importerror.html
Please note and check the following:
* The Python version is: Python3.10 from "D:\Programs\Hybrid\64bit\Vapoursynth\vsViewer.exe"
* The NumPy version is: "1.22.3"
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: No module named 'numpy.core._multiarray_umath'
Traceback (most recent call last):
File "D:\Programs\Hybrid\64bit\Vapoursynth\Lib\site-packages\numpy\core\__init__.py", line 23, in
from . import multiarray
File "D:\Programs\Hybrid\64bit\Vapoursynth\Lib\site-packages\numpy\core\multiarray.py", line 10, in
from . import overrides
File "D:\Programs\Hybrid\64bit\Vapoursynth\Lib\site-packages\numpy\core\overrides.py", line 6, in
from numpy.core._multiarray_umath import (
ModuleNotFoundError: No module named 'numpy.core._multiarray_umath'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "src\cython\vapoursynth.pyx", line 2819, in vapoursynth._vpy_evaluate
File "src\cython\vapoursynth.pyx", line 2820, in vapoursynth._vpy_evaluate
File "E:\MEGAsync Downloads\20.000 leghe sotto i mari (2004)\tempPreviewVapoursynthFile21_57_43_847.vpy", line 27, in
from vsrealesrgan import RealESRGAN
File "D:\Programs\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsrealesrgan\__init__.py", line 4, in
import numpy as np
File "D:\Programs\Hybrid\64bit\Vapoursynth\Lib\site-packages\numpy\__init__.py", line 144, in
from . import core
File "D:\Programs\Hybrid\64bit\Vapoursynth\Lib\site-packages\numpy\core\__init__.py", line 49, in
raise ImportError(msg)
ImportError:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.
We have compiled some common reasons and troubleshooting tips at:
https://numpy.org/devdocs/user/troubleshooting-importerror.html
Please note and check the following:
* The Python version is: Python3.10 from "D:\Programs\Hybrid\64bit\Vapoursynth\vsViewer.exe"
* The NumPy version is: "1.22.3"
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: No module named 'numpy.core._multiarray_umath'