-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUILD: pandas build failing on Gitpod due to Meson #55214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
When I try to build pandas again, I get the following error. The Meson build system
Version: 1.0.1
Source dir: /workspace/pandas
Build dir: /workspace/pandas/build/cp310
Build type: native build
../../meson.build:2:0: ERROR: Meson version is 1.0.1 but project requires >=1.2.1
A full log can be found at /workspace/pandas/build/cp310/meson-logs/meson-log.txt
error: subprocess-exited-with-error
× Preparing editable metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
full command: /usr/local/bin/python /usr/local/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py prepare_metadata_for_build_editable /tmp/tmp1rllz7pn
cwd: /workspace/pandas
Preparing editable metadata (pyproject.toml) ... error
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip. When I The Meson build system
Version: 1.2.1
Source dir: /workspace/pandas
Build dir: /workspace/pandas/build/cp310
Build type: native build
../../meson.build:2:0: ERROR: Tried modify read only option 'vsenv'
A full log can be found at /workspace/pandas/build/cp310/meson-logs/meson-log.txt
error: subprocess-exited-with-error
× Preparing editable metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
full command: /usr/local/bin/python /usr/local/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py prepare_metadata_for_build_editable /tmp/tmpejj2mnkz
cwd: /workspace/pandas
Preparing editable metadata (pyproject.toml) ... error
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip. |
AFAIK, we shouldn't need to build Pandas on Gitpod, it builds automatically. And on top of that the issues are raising because Gitpod doesn't allow tinkering with the env. Overall the Gitpod development env is broken :/ |
The build instructions for gitpod are essentially an automated version of the dockerfile installation flow on https://pandas.pydata.org/docs/development/contributing_environment.html The issue is that the installation instructions have changed recently. It's just a one-liner fix, so I'll submit a pull request right now. |
Installation check
Platform
Linux-6.1.44-060144-generic-x86_64-with-glibc2.31
Installation Method
Other
pandas Version
dev
Python Version
3.10.8
Installation Logs
Getting this error after my Gitpod env is setup and I try to execute
python make.py clean
The text was updated successfully, but these errors were encountered: