-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi, @v1kko !
Could you help me in a issue, please?
How could I install DAETools in arch64 Linux (Ubuntu)? I have tried to install directly from conda-forge, but it appears to be available only in linux-64 repo. Is that correct?
The command "conda create --name daetools -c conda-forge daetools python=3.9" fails in finding daetools in Arch linux.
I tried to force the installation, specifying the url of the conda-forge repository (https://conda.anaconda.org/conda-forge/linux-64) and it worked in installing daetools.
However, when calling daetools.pyDAE modules, it cannot find pyCore, pyActivity and other modules.
I have succesfully installed DAEtools in Ubuntu (linux-64) and Windows 10. I realized that the modules pyCore, pyActivity...should really be in pyDAE folder (in the form of file pyCore.pyd, pyActivity.pyd ... or pyCore.so, pyActivity.so ...). But in arch linux, after the installation, these files are missing! What do i do?
I would appreciate your help very much!
Thx!