CADET installation issue mac M3

Hi all,
I attempted to install CADET-core through conda-forge but was unable to do so. When I tried using the Immudzen channel, I encountered an error when importing a cadet from cadet-process. I would appreciate your assistance with this issue.

Thank you!

Naveen J

Hi Naveen,

unfortunately, compiling CADET on conda-forge is not trivial for ARM architecture (which I assume you’re on). For now, you’ll have to compile CADET yourself. For more information, please refer to our build guide.

Please note, the immudzen channel is no longer maintained. @w.heymann Would it be possible to deactivate it?

Best regards,

Johannes

2 Likes

Thank you, Schmoelder. I compiled the CADET, and it is now working perfectly. I appreciate your assistance.

4 Likes

Hello, I am new to using CADET and have been trying to also install it on my Mac. I feel like I have most of it installed correctly, but am still having issues. Since you got it to work on your Mac, could you please walk me through it. Thank you.

Hi Dylan,

I have installed it as follows:

  1. Create a YAML file
name: cadet
channels:
  - conda-forge
dependencies:
  - python=3.11
  - gitpython
  - jupyterlab
  - jupyter
  - jupytext
  - pre-commit
  - cadet
  - pip
  - pip:
    - cadet-process>=0.9.1
    - nbtoolbelt
    - jupyterlab_myst
    - jupyterlab_deck
    - openpyxl
    - ipympl
  1. Create a conda environment using the YAML file.

I followed this method, and it works perfectly.

Note:

In Mac, you have to specify your install path while running code.

Any queries, let me know.

Thank you!

Naveen J