You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this amazing project. I'm starting to port my previous setup of pip + conda to Pixi and it was all doing well until a certain point. Here is my minimal pyproject.toml:
pixi install
x failed to solve the pypi requirements of 'default' 'linux-64'
`-> Build backend failed to build wheel through `build_wheel` (exit code: 1)
[stdout]
+ meson setup C:\Users\X\AppData\Local\rattler\cache\uv-cache\sdists-v5\pypi\contourpy\1.3.1\4Y4gtR_O1PVnb0chEkUYJ\contourpy-1.3.1.tar.gz C:\Users\X\AppData\Local\rattler\cache\uv-cache\sdists-v5\pypi\contourpy\1.3.1\4Y4gtR_O1PVnb0chEkUYJ\contourpy-1.3.1.tar.gz\.mesonpy-em9d44k7
-Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --vsenv --native-file=C:\Users\X\AppData\Local\rattler\cache\uv-cache\sdists-v5\pypi\contourpy\1.3.1\4Y4gtR_O1PVnb0chEkUYJ\contourpy-1.3.1.tar.gz\.mesonpy-em9d44k7\meson-python-native-file.ini
The Meson build system
Version: 1.6.0
Source dir: C:\Users\X\AppData\Local\rattler\cache\uv-cache\sdists-v5\pypi\contourpy\1.3.1\4Y4gtR_O1PVnb0chEkUYJ\contourpy-1.3.1.tar.gz
Build dir: C:\Users\X\AppData\Local\rattler\cache\uv-cache\sdists-v5\pypi\contourpy\1.3.1\4Y4gtR_O1PVnb0chEkUYJ\contourpy-1.3.1.tar.gz\.mesonpy-em9d44k7
Build type: native build
Project name: contourpy
Project version: 1.3.1
..\meson.build:1:0: ERROR: Could not find C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe
A full log can be found at C:\Users\X\AppData\Local\rattler\cache\uv-cache\sdists-v5\pypi\contourpy\1.3.1\4Y4gtR_O1PVnb0chEkUYJ\contourpy-1.3.1.tar.gz\.mesonpy-em9d44k7\meson-logs\meson-log.txt
The weird thing is that if I keep either one of the packages loguru or geojsoncontour the install succeeds. Keeping both packages produces the error shown above.
The text was updated successfully, but these errors were encountered:
Seems like it's trying to build contourpy from source, which is probably unwanted this can be caused by a constraint introduced by the conda version of loguru.
Thank you for this amazing project. I'm starting to port my previous setup of pip + conda to Pixi and it was all doing well until a certain point. Here is my minimal
pyproject.toml
:When I do
pixi install
I get the following:The weird thing is that if I keep either one of the packages
loguru
orgeojsoncontour
the install succeeds. Keeping both packages produces the error shown above.The text was updated successfully, but these errors were encountered: