I've just installed the latest release of Cadabra (version 2.5.14) for Windows, available on the download page. Unfortunately there seems to be something wrong with it. When I try the following command in a Cadabra notebook:
import cdb.core.component
I get back the following error:
ModuleNotFoundError: No module named 'cdb.core._component'
At:
C:\Users\brooketh\AppData\Local\cadabra_packages\Program Files\Cadabra\lib\python3.12\site-packages\cdb\core\cdb\core\component.py(16): <module>
<frozen importlib._bootstrap>(488): _call_with_frames_removed
<frozen importlib._bootstrap_external>(1003): exec_module
<frozen importlib._bootstrap>(950): _load_unlocked
<frozen importlib._bootstrap>(1334): _find_and_load_unlocked
<frozen importlib._bootstrap>(1360): _find_and_load
Notebook Cell (Line 1): import cdb.core.component
I've tried reinstalling the app from a fresh downloaded of the installer just in case some file was lost, but to no avail.
I've just installed the latest release of Cadabra (version 2.5.14) for Windows, available on the download page. Unfortunately there seems to be something wrong with it. When I try the following command in a Cadabra notebook:
import cdb.core.componentI get back the following error:
I've tried reinstalling the app from a fresh downloaded of the installer just in case some file was lost, but to no avail.