Marco Mangano
Marco Mangano
Hello Nicolò, have you checked [this section of the documentation](https://mdolab-pyoptsparse.readthedocs-hosted.com/en/latest/optimizers/SNOPT.html#installation-by-conda) for more details? I am not familiar with local SNOPT compilation, but you should have obtained a binding file that...
Hi @ben1296 , we don't have additional documentation on our side but maybe [this comment](https://github.com/mdolab/pyoptsparse/issues/335#issuecomment-1690100023) and the related discussion might be helpful?
FYI, the real issue is dug into an error log dropdown printout: ``` Sanity testing Fortran compiler: flang.exe Is cross compiler: False. Sanity check compiler command line: flang.exe sanitycheckf.f -o...
Maybe it is a problem with my machine, but when I try and editable installation I am getting this error: ``` Traceback (most recent call last): File "", line 1,...
I am sorry I was unclear, the build works just fine, the error above occurs whenever you try and import `pyoptsparse`. I am really confused by the fact that the...
I need to look into the discussion a bit more in detail, but I think a practical solution could be enabling something like `pip install -e [dev] .` and have...
EDIT: the `[dev]` approach might also be a problem because we need `numpy >= 2.0` at build time
I will check and test again the PR later (apologies for being AWOL as a maintainer), but I just want to double check if I get the editable build instructions...
Regardless, I think this PR warrants a minor version bump instead. Given the conversation in #459 and the doc update in #466 (https://github.com/mdolab/pyoptsparse/blob/f7b9c68fbb1790a6d6bec897709188165545030d/doc/install.rst?plain=1#L32) we should probably bump the minimum python...
The error on readthedocs must be a glitch (`setuptools` missing from the environment?) because the other PRs are not having the same issue. The stable build is failing because that...