Skip to content

publish new python version to pypi index #480

@jimexist

Description

@jimexist

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
(This section helps Arrow developers understand the context and why for this feature, in addition to the what)

so far the version is too old and i cannot even get it working on my Mac (Python 3.9).

❯ pip3 install datafusion
Collecting datafusion
  Using cached datafusion-0.2.0.tar.gz (14 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... error
    ERROR: Command errored out with exit status 1:
     command: /usr/local/opt/python@3.9/bin/python3.9 /usr/local/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py prepare_metadata_for_build_wheel /var/folders/mn/3932bp3n1hs4cs2nqxj89x_h0000gn/T/tmp8dqh8tk3
         cwd: /private/var/folders/mn/3932bp3n1hs4cs2nqxj89x_h0000gn/T/pip-install-b0apfygw/datafusion_d45fef4b2512497aafc93868ead16560
    Complete output (16 lines):
    💥 maturin failed
      Caused by: Cargo metadata failed. Does your crate compile with `cargo build`?
      Caused by: `cargo metadata` exited with an error:     Updating git repository `https://github.com/jorgecarleitao/arrow.git`
    error: failed to get `arrow` as a dependency of package `datafusion v0.2.0 (/private/var/folders/mn/3932bp3n1hs4cs2nqxj89x_h0000gn/T/pip-install-b0apfygw/datafusion_d45fef4b2512497aafc93868ead16560)`

    Caused by:
      failed to load source for dependency `arrow`

    Caused by:
      Unable to update https://github.com/jorgecarleitao/arrow.git?rev=147aae4

    Caused by:
      revspec '147aae4' not found; class=Reference (4); code=NotFound (-3)
    Error running maturin: Command '['maturin', 'pep517', 'write-dist-info', '--metadata-directory', '/private/var/folders/mn/3932bp3n1hs4cs2nqxj89x_h0000gn/T/pip-modern-metadata-fe8ml8pt', '--interpreter', '/usr/local/Cellar/python@3.9/3.9.5/bin/python3.9']' returned non-zero exit status 1.
    Checking for Rust toolchain....
    Running `maturin pep517 write-dist-info --metadata-directory /private/var/folders/mn/3932bp3n1hs4cs2nqxj89x_h0000gn/T/pip-modern-metadata-fe8ml8pt --interpreter /usr/local/Cellar/python@3.9/3.9.5/bin/python3.9`
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/50/a7/093c2785922dc16911702fea2d2e4dbdb66f800c61573ab5808d309a26b2/datafusion-0.2.0.tar.gz#sha256=3c1849319336771fffc4310f0cebeb6bce0937ffc4bb3e4a937943177bd0ab78 (from https://pypi.org/simple/datafusion/). Command errored out with exit status 1: /usr/local/opt/python@3.9/bin/python3.9 /usr/local/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py prepare_metadata_for_build_wheel /var/folders/mn/3932bp3n1hs4cs2nqxj89x_h0000gn/T/tmp8dqh8tk3 Check the logs for full command output.

Describe the solution you'd like
A clear and concise description of what you want to happen.

release newer versions

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions