Open VioletRaven opened 10 months ago
Had similar issue with "conda" but it worked with "pip", only issue that occurs was building "share" wheel you may check my solution on this issue #33
Actually that didn't work for me anyway because I was encountering another error:
subprocess.CalledProcessError: Command '['meson', 'setup', '--native-file=C:\\Users\\andre\\AppData\\Local\\Temp\\pip-install-fiqgxcwf\\scipy_03d273badeb440248c9aed6abfb2790d\\.mesonpy-native-file.ini', '-Ddebug=false', '-Doptimization=2', '--prefix=C:\\Users\\andre\\anaconda3', 'C:\\Users\\andre\\AppData\\Local\\Temp\\pip-install-fiqgxcwf\\scipy_03d273badeb440248c9aed6abfb2790d', 'C:\\Users\\andre\\AppData\\Local\\Temp\\pip-install-fiqgxcwf\\scipy_03d273badeb440248c9aed6abfb2790d\\.mesonpy-o967zsd9\\build']' returned non-zero exit status 1.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
I did find the solution though! Just downgrading my python version to 3.10 seems to work.
Hello there, I can't find a way to install all these libraries.
If I use conda:
With pip things also start looking very bad :( Do you have any suggestion for me?
Thanks,
Andrea