Description
PS C:\Users\username\Desktop> rspy -c "import clr_loader; from clr_loader import get_coreclr; runtime = get_coreclr()"
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\username.cargo\git\checkouts\rustpython-f8ef4d934ac33cd8\bdb0c8f\Lib\clr_loader_init_.py", line 117, in get_coreclr
from .hostfxr import DotnetCoreRuntime
File "C:\Users\username.cargo\git\checkouts\rustpython-f8ef4d934ac33cd8\bdb0c8f\Lib\clr_loader\hostfxr.py", line 5, in
from .ffi import ffi, load_hostfxr
File "C:\Users\username.cargo\git\checkouts\rustpython-f8ef4d934ac33cd8\bdb0c8f\Lib\clr_loader\ffi_init_.py", line 11, in
ffi = cffi.FFI() # type: ignore
File "C:\Users\username.cargo\git\checkouts\rustpython-f8ef4d934ac33cd8\bdb0c8f\Lib\cffi\api.py", line 48, in init
import _cffi_backend as backend
ModuleNotFoundError: No module named 'cffi_backend'
PS C:\Users\username\Desktop> rspy -c "import ctypes"
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\username.cargo\git\checkouts\rustpython-f8ef4d934ac33cd8\bdb0c8f\Lib\ctypes_init.py", line 8, in
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
PS C:\Users\username\Desktop> rspy -c "import _ctypes"
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named '_ctypes'
PS C:\Users\username\Desktop> rspy -c "import _ctypes"
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named '_ctypes'