-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Install pyarrow==11.0.0 --no-binary pyarrow fails #925
Comments
seems this is a issue with plain setuptools vs modern setuptools, preparing a propper bugfix after i finish the hook order |
so, is there only the log message or a actual problem |
There is actually a problem. It is currently not possible to install pyarrow via:
Here is a full log:
|
now that is showing the real error, which is something i can bugfix sanely (FTR pyarrow has a very messy project config) |
…absolute-to-warning fix #925: allow absolute write_to when its below root
Hi,
I tried to download the pyarrow package:
pip download pyarrow==11.0.0 --no-binary pyarrow --no-deps
Since version 8.0.0 (still with 8.0.2) I receive the following error:
ERROR setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section Traceback (most recent call last): File "/tmp/pip-build-env-x08ogq7b/overlay/lib/python3.8/site-packages/setuptools_scm/_integration/pyproject_reading.py", line 53, in read_pyproject section = defn.get("tool", {})[tool_name] KeyError: 'setuptools_scm'
The problem does not occur if I force pyarrow to use version 7.1.0.
The text was updated successfully, but these errors were encountered: