-
Notifications
You must be signed in to change notification settings - Fork 19
Description
for a system, i was trying to install openvisus, the system uses python 3.13 and I got the below error:
raceback (most recent call last):
File "", line 189, in _run_module_as_main
File "", line 148, in _get_module_details
File "", line 112, in _get_module_details
File "/usr/local/lib/python3.13/site-packages/OpenVisus/init.py", line 6, in
from OpenVisus.VisusKernelPy import *
ModuleNotFoundError: No module named 'OpenVisus.VisusKernelPy'
The command '/bin/sh -c pip install --no-cache-dir --upgrade OpenVisusNoGui && python3 -m OpenVisus configure && python3 -c "from OpenVisus import *"' returned a non-zero code: 1
later i moved to python 3.10 and the error gone, the specific python version wan't mentioned elsewhere i just rialed and error. can it be fixed for updated python versions?