Skip to main content

NWhy project using pybind11 and CMake

Project description

The NWhy library provides Pybind11 APIs for analysis of complex data set intepret as hypergraphs.

To install in an Anaconda environment

>>> conda create -n <env name> python=3.8

Then activate the environment

>>> conda activate <env name>

Install Intel Threading Building Blocks(TBB)

To install TBB:

>>> conda install tbb

If a local TBB has been install, we can specify TBBROOT

>>> export TBBROOT=/opt/tbb/

Install using Pip

For installation:

>>> pip install nwhy

For upgrade:

>>> pip install nwhy --upgrade

or

>>> pip install nwhy -U

Quick test with import

For quick test:

>>> python -c "import nwhy"

If there is no import error, then installation is done.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

nwhy-0.0.15-cp39-cp39-manylinux2014_x86_64.whl (185.3 kB view hashes)

Uploaded CPython 3.9

nwhy-0.0.15-cp39-cp39-macosx_10_15_x86_64.whl (200.1 kB view hashes)

Uploaded CPython 3.9 macOS 10.15+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page