ToFuProject / tofu

Project for an open-source python library for synthetic diagnostics and tomography for Fusion devices
https://tofuproject.github.io/tofu/index.html
MIT License
72 stars 11 forks source link

`pip install tofu` issue on IDEA #971

Closed dvezinet closed 1 day ago

dvezinet commented 2 months ago

debug_tofu.txt

Due to an update of setuptools that ditches support for msvccompiler.

See this issue for details (2022) and this more recent one (2024)

Looks like the solution would be to pin setuptools !=65.* in the dependencies