请问一下这是什么问题?放在win7就只能UserWarning: Unsupported Windows version (7). ONNX Runtime supports Windows 10 and above, only.
warnings.warn('Unsupported Windows version (%s). ONNX Runtime supports Windows 10 and above, only.' %
Lazy load checker...
但放到win10就变成以下这样了。
init.py 22
from . import multiarray
multiarray.py 12
from . import overrides
overrides.py 7
from numpy.core._multiarray_umath import (
ImportError:
PyCapsule_Import could not import module "datetime"
xmnlp测试.py 1
import xmnlp
init.py 15
from xmnlp import config
init.py 6
from xmnlp.utils import load_stopword
init.py 12
import numpy as np
init.py 140
from . import core
init.py 48
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:
请问一下这是什么问题?放在win7就只能UserWarning: Unsupported Windows version (7). ONNX Runtime supports Windows 10 and above, only. warnings.warn('Unsupported Windows version (%s). ONNX Runtime supports Windows 10 and above, only.' % Lazy load checker...
但放到win10就变成以下这样了。
init.py 22
from . import multiarray
multiarray.py 12
from . import overrides
overrides.py 7
from numpy.core._multiarray_umath import (
ImportError: PyCapsule_Import could not import module "datetime"
xmnlp测试.py 1
import xmnlp
init.py 15
from xmnlp import config
init.py 6
from xmnlp.utils import load_stopword
init.py 12
import numpy as np
init.py 140
from . import core
init.py 48
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:
Please note and check the following:
and make sure that they are the versions you expect. Please carefully study the documentation linked above for further help.
Original error was: PyCapsule_Import could not import module "datetime"