GEOUNED-org / GEOUNED

A tool to convert CAD to CSG & CSG to CAD for Monte Carlo transport codes
European Union Public License 1.2
46 stars 28 forks source link

[BUG] - Cannot install from conda #252

Open dodu94 opened 4 days ago

dodu94 commented 4 days ago

Describe the bug

I tried to install geouned from conda on a fresh enviroment (python 3.11) without success. Error can be seen in the screenshot.

To Reproduce

Steps to reproduce the behavior: for example:

  1. create a fresh conda environment
  2. follow installation guide for conda and windows
  3. See error

Screenshots

image

Please complete the following information):

dodu94 commented 4 days ago

different PC, newer version of conda (22.X instead of an old 4.X) and I get a different error:

image

shimwell commented 4 days ago

Looks like the first error was present in an old version of conda and fixed in 4.6.0 https://github.com/conda/conda/issues/7776

shimwell commented 4 days ago

Looks like the 2nd error can be fixed by adding to the windows paths

See this comment https://github.com/conda/conda/issues/8836#issuecomment-590282285

dodu94 commented 3 days ago

Is it worth to start a troubleshooting section in the doc?

shimwell commented 3 days ago

Up to you, I think these are conda issues instead of geouned issues.

I suspect they don't occur when using miniforge instead of anaconda or when using mamba instead of conda