fusion-energy / paramak

Create parametric 3D fusion reactor CAD and neutronics models
https://paramak.readthedocs.io/en/main/
MIT License
58 stars 17 forks source link

Supported python version outdated in the documentation. #290

Closed Allentro closed 1 year ago

Allentro commented 1 year ago

In the readocs it states: "Create a new environment (Python 3.8 and 3.9 are supported)." https://paramak.readthedocs.io/en/main/install.html

When installing paramak appears to only allow python 3.9.x
- package paramak-0.8.2-py39h4e66e75_0 requires python >=3.9,<3.10.0a0, but none of the providers can be installed

shimwell commented 1 year ago

sorry about that, I've been having some issues updating the docs.

I have nearly finished fixing the docs issues then I can update the install instructions

in the meantime

could you try

conda install -c fusion-energy -c cadquery -c conda-forge paramak=0.8.7
Allentro commented 1 year ago

No worries - I got around it with an updated paramak as described. Thank you I just thought it was useful to note.

shimwell commented 1 year ago

on read the docs we have a "latest" tab which now has updated install instructions https://paramak.readthedocs.io/en/latest/

unfortunately it appears to have lost the expanding menu system.

so one step forwards and one backwards

I am keen to get the expanding menus + signs back but perhaps it is more important to have a correct install instructions

shimwell commented 1 year ago

Main docs page is now updated with version 0.8.7 https://paramak.readthedocs.io/en/main/install.html

Thanks for reporting this bug, closing now as I think it is complete. Free free to reopen if further work is needed