Git Product home page Git Product logo

Comments (1)

wukan1986 avatar wukan1986 commented on July 25, 2024

I can compile and install polars_ds_extension

kan@DESKTOP-7DFCADR:~/test/polars_ds_extension$ make install
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting maturin[patchelf]

......
Installing collected packages: patchelf, tomli, threadpoolctl, polars, pluggy, packaging, numpy, joblib, iniconfig, exceptiongroup, scipy, pytest, maturin, scikit-learn
Successfully installed exceptiongroup-1.2.0 iniconfig-2.0.0 joblib-1.3.2 maturin-1.4.0 numpy-1.26.2 packaging-23.2 patchelf-0.17.2.1 pluggy-1.3.0 polars-0.19.19 pytest-7.4.3 scikit-learn-1.3.2 scipy-1.11.4 threadpoolctl-3.2.0 tomli-2.0.1
unset CONDA_PREFIX && \
source .venv/bin/activate && maturin develop -m Cargo.toml
  Downloaded gemm-f16 v0.16.15
  Downloaded num-iter v0.1.43
  Downloaded matrixcompare-core v0.1.0

......


🍹 Building a mixed python/rust project
🔗 Found pyo3 bindings
🐍 Found CPython 3.10 at /home/kan/test/polars_ds_extension/.venv/bin/python
📡 Using build options features from pyproject.toml
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Ignoring numpy: markers 'extra == "dev"' don't match your environment
Ignoring pytest: markers 'extra == "dev"' don't match your environment
Ignoring pre-commit: markers 'extra == "dev"' don't match your environment
Ignoring scikit-learn: markers 'extra == "dev"' don't match your environment
Ignoring scipy: markers 'extra == "dev"' don't match your environment
Requirement already satisfied: polars>=0.19.19 in ./.venv/lib/python3.10/site-packages (0.19.19)
   Compiling autocfg v1.1.0

......

    Finished dev [unoptimized + debuginfo] target(s) in 59.54s
📦 Built wheel for CPython 3.10 to /tmp/.tmpdlFHTO/polars_ds-0.1.4-cp310-cp310-linux_x86_64.whl
🛠 Installed polars_ds-0.1.4

from pyo3-polars.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.