andygrove commented on issue #317:
URL: 
https://github.com/apache/arrow-datafusion-python/issues/317#issuecomment-1502197819

   I can reproduce the issue in the repo with these commands:
   
   ```
   maturin sdist
    pip --verbose install target/wheels/datafusion-21.0.0.tar.gz
   ```
   
   Produces:
   
   ```
   Using pip 23.0.1 from /home/andy/miniconda3/lib/python3.10/site-packages/pip 
(python 3.10)
   Processing ./target/wheels/datafusion-21.0.0.tar.gz
     Running command pip subprocess to install build dependencies
     Collecting maturin<0.15,>=0.11
       Using cached 
maturin-0.14.17-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.musllinux_1_1_x86_64.whl
 (10.5 MB)
     Collecting tomli>=1.1.0
       Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
     Installing collected packages: tomli, maturin
     Successfully installed maturin-0.14.17 tomli-2.0.1
     Installing build dependencies ... done
     Running command Getting requirements to build wheel
     Getting requirements to build wheel ... done
     Running command Preparing metadata (pyproject.toml)
     💥 maturin failed
       Caused by: Can't find /tmp/pip-req-build-kx7zxjs_/Cargo.toml (in 
/tmp/pip-req-build-kx7zxjs_)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to