code 1 (use -v to see invocation)ninja: build stopped: subcommand failed.Traceback (most recent call last):File "/work2/noaa/co2/sbasu/packages/python/3.12.4/bin/f2py", line 8, in <module>sys.exit(main())^^^File "/work2/noaa/co2/sbasu/packages/python/3.12.4/lib/python3.12/site...
The crucial lines in output are: Program C: ools\miniforge3\envs\py12\python.exe found: NO meson.build:11:22: ERROR: C: ools\miniforge3\envs\py12\python.exe not found It seems that "\t" is replaced with tabulator at some point, and path is not found. Is this numpy or meson...
Running a test here with numpy 1.20.3 on python 3.9.5 (and not the oneapi distribution of python - I don't have that installed), I can see that the python script is fragile - it is confused by spaces in installation paths and target file paths. But the version string is being extrac...
Running a test here with numpy 1.20.3 on python 3.9.5 (and not the oneapi distribution of python - I don't have that installed), I can see that the python script is fragile - it is confused by spaces in installation paths and target file paths. But the version string is being extrac...
I tried creating a new conda env with python 3.5.5 and then used pip in the new environment to install numpy 1.15.1. Within this environment, the startup script for f2py was not installed, andf2pyon the command line fails. Thepython -m numpy.f2pyworkaround command still works. ...
Describe the issue: When I import scipy.interpolate, initializing code triggers a RecursionError in numpy (only on my production system, not locally). The error is triggered when a dtype that is defined within a f2py Fortran module is us...
Running a test here with numpy 1.20.3 on python 3.9.5 (and not the oneapi distribution of python - I don't have that installed), I can see that the python script is fragile - it is confused by spaces in installation paths and target file paths. But the version string is being extrac...
Running a test here with numpy 1.20.3 on python 3.9.5 (and not the oneapi distribution of python - I don't have that installed), I can see that the python script is fragile - it is confused by spaces in installation paths and target file paths. But the version string is being extrac...