Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install nucypher-core via python pip




nucypher-core - Protocol structures of Nucypher network, it belongs to Classifiers:

- License :: OSI Approved :: GNU General Public License v3 (GPLv3)
- Programming Language :: Python :: 3 :: Only
- Programming Language :: Python :: Implementation
- Programming Language :: Python :: Implementation :: CPython
- Programming Language :: R
- Programming Language :: Rust
- Topic :: Security
- Topic :: Security :: Cryptography

When you know about this project and you want to new install nucypher-core to support your project or you get trouble as ModuleNotFoundError: No module named "nucypher-core" or ImportError: cannot import name "nucypher-core" in your project, let follow this tutorial to install nucypher-core



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_nucypher-core_env

- Active the virtual environment

test_nucypher-core_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_nucypher-core_env

- Active the virtual environment

source test_nucypher-core_env/bin/active


Step 2: OK, now, let flow below content to start the installation nucypher-core

To install nucypher-core on Windows(CMD):

py -m pip install nucypher-core

To install nucypher-core on Unix/macOs:

pip install nucypher-core


Step 3: If you want to install a specific nucypher-core version, add ==<nucypher-core version> to the end command line

Example:

pip install nucypher-core==0.0.1


Please see the version list below table:

VersionReleased dateCommand
nucypher-core 0.3.02022-08-16T20:39:12Windows:

py -m pip install nucypher-core==0.3.0

Unix/macOs:

pip install nucypher-core==0.3.0

nucypher-core 0.2.02022-04-24T22:51:48Windows:

py -m pip install nucypher-core==0.2.0

Unix/macOs:

pip install nucypher-core==0.2.0

nucypher-core 0.1.12022-03-15T22:13:37Windows:

py -m pip install nucypher-core==0.1.1

Unix/macOs:

pip install nucypher-core==0.1.1

nucypher-core 0.1.0 yanked2022-03-14T17:35:53Windows:

py -m pip install nucypher-core==0.1.0                                                                          yanked

Unix/macOs:

pip install nucypher-core==0.1.0                                                                          yanked

nucypher-core 0.0.42022-02-10T07:32:49Windows:

py -m pip install nucypher-core==0.0.4

Unix/macOs:

pip install nucypher-core==0.0.4

nucypher-core 0.0.32022-02-04T01:16:10Windows:

py -m pip install nucypher-core==0.0.3

Unix/macOs:

pip install nucypher-core==0.0.3

nucypher-core 0.0.22022-01-26T05:37:31Windows:

py -m pip install nucypher-core==0.0.2

Unix/macOs:

pip install nucypher-core==0.0.2

nucypher-core 0.0.12022-01-14T20:12:09Windows:

py -m pip install nucypher-core==0.0.1

Unix/macOs:

pip install nucypher-core==0.0.1


Step 4: Otherwise, you can install nucypher-core from local archives:

Download the distribution file from nucypher_core-0.3.0.tar.gz or the specific nucypher-core version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_nucypher-core_downloaded_file>

On Unix/macOs:

pip install <path_to_nucypher-core_downloaded_file>


List distribution:

- nucypher_core-0.0.1-cp36-cp36m-manylinux1_x86_64.whl
- nucypher_core-0.0.1-cp36-cp36m-manylinux2010_x86_64.whl
- nucypher_core-0.0.1-cp36-cp36m-win_amd64.whl
- nucypher_core-0.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
- nucypher_core-0.0.1-cp37-cp37m-manylinux1_x86_64.whl
- nucypher_core-0.0.1-cp37-cp37m-manylinux2010_x86_64.whl
- nucypher_core-0.0.1-cp37-cp37m-win_amd64.whl
- nucypher_core-0.0.1-cp38-cp38-macosx_10_9_x86_64.whl
- nucypher_core-0.0.1-cp38-cp38-manylinux1_x86_64.whl
- nucypher_core-0.0.1-cp38-cp38-manylinux2010_x86_64.whl
- nucypher_core-0.0.1-cp38-cp38-win_amd64.whl
- nucypher_core-0.0.1-cp39-cp39-macosx_10_9_x86_64.whl
- nucypher_core-0.0.1-cp39-cp39-manylinux1_x86_64.whl
- nucypher_core-0.0.1-cp39-cp39-manylinux2010_x86_64.whl
- nucypher_core-0.0.1-cp39-cp39-win_amd64.whl
- nucypher_core-0.0.1.tar.gz
- nucypher_core-0.0.2-cp36-cp36m-manylinux1_x86_64.whl
- nucypher_core-0.0.2-cp36-cp36m-manylinux2010_x86_64.whl
- nucypher_core-0.0.2-cp36-cp36m-win_amd64.whl
- nucypher_core-0.0.2-cp37-cp37m-macosx_10_9_x86_64.whl
- nucypher_core-0.0.2-cp37-cp37m-manylinux1_x86_64.whl
- nucypher_core-0.0.2-cp37-cp37m-manylinux2010_x86_64.whl
- nucypher_core-0.0.2-cp37-cp37m-win_amd64.whl
- nucypher_core-0.0.2-cp38-cp38-macosx_10_9_x86_64.whl
- nucypher_core-0.0.2-cp38-cp38-manylinux1_x86_64.whl
- nucypher_core-0.0.2-cp38-cp38-manylinux2010_x86_64.whl
- nucypher_core-0.0.2-cp38-cp38-win_amd64.whl
- nucypher_core-0.0.2-cp39-cp39-macosx_10_9_x86_64.whl
- nucypher_core-0.0.2-cp39-cp39-manylinux1_x86_64.whl
- nucypher_core-0.0.2-cp39-cp39-manylinux2010_x86_64.whl
- nucypher_core-0.0.2-cp39-cp39-win_amd64.whl
- nucypher_core-0.0.2.tar.gz
- nucypher_core-0.0.3-cp36-cp36m-manylinux1_x86_64.whl
- nucypher_core-0.0.3-cp36-cp36m-manylinux2010_x86_64.whl
- nucypher_core-0.0.3-cp36-cp36m-win_amd64.whl
- nucypher_core-0.0.3-cp37-cp37m-macosx_10_9_x86_64.whl
- nucypher_core-0.0.3-cp37-cp37m-manylinux1_x86_64.whl
- nucypher_core-0.0.3-cp37-cp37m-manylinux2010_x86_64.whl
- nucypher_core-0.0.3-cp37-cp37m-win_amd64.whl
- nucypher_core-0.0.3-cp38-cp38-macosx_10_9_x86_64.whl
- nucypher_core-0.0.3-cp38-cp38-manylinux1_x86_64.whl
- nucypher_core-0.0.3-cp38-cp38-manylinux2010_x86_64.whl
- nucypher_core-0.0.3-cp38-cp38-win_amd64.whl
- nucypher_core-0.0.3-cp39-cp39-macosx_10_9_x86_64.whl
- nucypher_core-0.0.3-cp39-cp39-manylinux1_x86_64.whl
- nucypher_core-0.0.3-cp39-cp39-manylinux2010_x86_64.whl
- nucypher_core-0.0.3-cp39-cp39-win_amd64.whl
- nucypher_core-0.0.3.tar.gz
- nucypher_core-0.0.4-cp36-cp36m-manylinux1_x86_64.whl
- nucypher_core-0.0.4-cp36-cp36m-manylinux2010_x86_64.whl
- nucypher_core-0.0.4-cp36-cp36m-win_amd64.whl
- nucypher_core-0.0.4-cp37-cp37m-macosx_10_9_x86_64.whl
- nucypher_core-0.0.4-cp37-cp37m-manylinux1_x86_64.whl
- nucypher_core-0.0.4-cp37-cp37m-manylinux2010_x86_64.whl
- nucypher_core-0.0.4-cp37-cp37m-win_amd64.whl
- nucypher_core-0.0.4-cp38-cp38-macosx_10_9_x86_64.whl
- nucypher_core-0.0.4-cp38-cp38-manylinux1_x86_64.whl
- nucypher_core-0.0.4-cp38-cp38-manylinux2010_x86_64.whl
- nucypher_core-0.0.4-cp38-cp38-win_amd64.whl
- nucypher_core-0.0.4-cp39-cp39-macosx_10_9_x86_64.whl
- nucypher_core-0.0.4-cp39-cp39-manylinux1_x86_64.whl
- nucypher_core-0.0.4-cp39-cp39-manylinux2010_x86_64.whl
- nucypher_core-0.0.4-cp39-cp39-win_amd64.whl
- nucypher_core-0.0.4.tar.gz
- nucypher_core-0.1.0-cp36-cp36m-manylinux1_x86_64.whl
- nucypher_core-0.1.0-cp36-cp36m-manylinux2010_x86_64.whl
- nucypher_core-0.1.0-cp36-cp36m-win_amd64.whl
- nucypher_core-0.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
- nucypher_core-0.1.0-cp37-cp37m-manylinux1_x86_64.whl
- nucypher_core-0.1.0-cp37-cp37m-manylinux2010_x86_64.whl
- nucypher_core-0.1.0-cp37-cp37m-win_amd64.whl
- nucypher_core-0.1.0-cp38-cp38-macosx_10_9_x86_64.whl
- nucypher_core-0.1.0-cp38-cp38-manylinux1_x86_64.whl
- nucypher_core-0.1.0-cp38-cp38-manylinux2010_x86_64.whl
- nucypher_core-0.1.0-cp38-cp38-win_amd64.whl
- nucypher_core-0.1.0-cp39-cp39-macosx_10_9_x86_64.whl
- nucypher_core-0.1.0-cp39-cp39-manylinux1_x86_64.whl
- nucypher_core-0.1.0-cp39-cp39-manylinux2010_x86_64.whl
- nucypher_core-0.1.0-cp39-cp39-win_amd64.whl
- nucypher_core-0.1.0.tar.gz
- nucypher_core-0.1.1-cp36-cp36m-manylinux1_x86_64.whl
- nucypher_core-0.1.1-cp36-cp36m-manylinux2010_x86_64.whl
- nucypher_core-0.1.1-cp36-cp36m-win_amd64.whl
- nucypher_core-0.1.1-cp37-cp37m-macosx_10_9_x86_64.whl
- nucypher_core-0.1.1-cp37-cp37m-manylinux1_x86_64.whl
- nucypher_core-0.1.1-cp37-cp37m-manylinux2010_x86_64.whl
- nucypher_core-0.1.1-cp37-cp37m-win_amd64.whl
- nucypher_core-0.1.1-cp38-cp38-macosx_10_9_x86_64.whl
- nucypher_core-0.1.1-cp38-cp38-manylinux1_x86_64.whl
- nucypher_core-0.1.1-cp38-cp38-manylinux2010_x86_64.whl
- nucypher_core-0.1.1-cp38-cp38-win_amd64.whl
- nucypher_core-0.1.1-cp39-cp39-macosx_10_9_x86_64.whl
- nucypher_core-0.1.1-cp39-cp39-manylinux1_x86_64.whl
- nucypher_core-0.1.1-cp39-cp39-manylinux2010_x86_64.whl
- nucypher_core-0.1.1-cp39-cp39-win_amd64.whl
- nucypher_core-0.1.1.tar.gz
- nucypher_core-0.2.0-cp36-cp36m-manylinux1_x86_64.whl
- nucypher_core-0.2.0-cp36-cp36m-manylinux2010_x86_64.whl
- nucypher_core-0.2.0-cp36-cp36m-win_amd64.whl
- nucypher_core-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
- nucypher_core-0.2.0-cp37-cp37m-manylinux1_x86_64.whl
- nucypher_core-0.2.0-cp37-cp37m-manylinux2010_x86_64.whl
- nucypher_core-0.2.0-cp37-cp37m-win_amd64.whl
- nucypher_core-0.2.0-cp38-cp38-macosx_10_9_x86_64.whl
- nucypher_core-0.2.0-cp38-cp38-manylinux1_x86_64.whl
- nucypher_core-0.2.0-cp38-cp38-manylinux2010_x86_64.whl
- nucypher_core-0.2.0-cp38-cp38-win_amd64.whl
- nucypher_core-0.2.0-cp39-cp39-macosx_10_9_x86_64.whl
- nucypher_core-0.2.0-cp39-cp39-manylinux1_x86_64.whl
- nucypher_core-0.2.0-cp39-cp39-manylinux2010_x86_64.whl
- nucypher_core-0.2.0-cp39-cp39-win_amd64.whl
- nucypher_core-0.2.0.tar.gz
- nucypher_core-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl
- nucypher_core-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nucypher_core-0.3.0-cp310-cp310-win_amd64.whl
- nucypher_core-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl
- nucypher_core-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nucypher_core-0.3.0-cp311-cp311-win_amd64.whl
- nucypher_core-0.3.0-cp37-cp37m-macosx_10_9_x86_64.whl
- nucypher_core-0.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nucypher_core-0.3.0-cp37-cp37m-win_amd64.whl
- nucypher_core-0.3.0-cp38-cp38-macosx_10_9_x86_64.whl
- nucypher_core-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nucypher_core-0.3.0-cp38-cp38-win_amd64.whl
- nucypher_core-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl
- nucypher_core-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nucypher_core-0.3.0-cp39-cp39-win_amd64.whl
- nucypher_core-0.3.0.tar.gz
- nucypher_core-0.4.0a0-cp310-cp310-macosx_10_9_x86_64.whl
- nucypher_core-0.4.0a0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nucypher_core-0.4.0a0-cp310-cp310-win_amd64.whl
- nucypher_core-0.4.0a0-cp311-cp311-macosx_10_9_x86_64.whl
- nucypher_core-0.4.0a0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nucypher_core-0.4.0a0-cp311-cp311-win_amd64.whl
- nucypher_core-0.4.0a0-cp37-cp37m-macosx_10_9_x86_64.whl
- nucypher_core-0.4.0a0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nucypher_core-0.4.0a0-cp37-cp37m-win_amd64.whl
- nucypher_core-0.4.0a0-cp38-cp38-macosx_10_9_x86_64.whl
- nucypher_core-0.4.0a0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nucypher_core-0.4.0a0-cp38-cp38-win_amd64.whl
- nucypher_core-0.4.0a0-cp39-cp39-macosx_10_9_x86_64.whl
- nucypher_core-0.4.0a0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nucypher_core-0.4.0a0-cp39-cp39-win_amd64.whl
- nucypher_core-0.4.0a0.tar.gz
- nucypher_core-0.4.0-cp310-cp310-macosx_10_9_x86_64.whl
- nucypher_core-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nucypher_core-0.4.0-cp310-cp310-win_amd64.whl
- nucypher_core-0.4.0-cp311-cp311-macosx_10_9_x86_64.whl
- nucypher_core-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nucypher_core-0.4.0-cp311-cp311-win_amd64.whl
- nucypher_core-0.4.0-cp37-cp37m-macosx_10_9_x86_64.whl
- nucypher_core-0.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nucypher_core-0.4.0-cp37-cp37m-win_amd64.whl
- nucypher_core-0.4.0-cp38-cp38-macosx_10_9_x86_64.whl
- nucypher_core-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nucypher_core-0.4.0-cp38-cp38-win_amd64.whl
- nucypher_core-0.4.0-cp39-cp39-macosx_10_9_x86_64.whl
- nucypher_core-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nucypher_core-0.4.0-cp39-cp39-win_amd64.whl
- nucypher_core-0.4.0.tar.gz
- nucypher_core-0.4.1-cp310-cp310-macosx_10_9_x86_64.whl
- nucypher_core-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nucypher_core-0.4.1-cp310-cp310-win_amd64.whl
- nucypher_core-0.4.1-cp311-cp311-macosx_10_9_x86_64.whl
- nucypher_core-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nucypher_core-0.4.1-cp311-cp311-win_amd64.whl
- nucypher_core-0.4.1-cp37-cp37m-macosx_10_9_x86_64.whl
- nucypher_core-0.4.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nucypher_core-0.4.1-cp37-cp37m-win_amd64.whl
- nucypher_core-0.4.1-cp38-cp38-macosx_10_9_x86_64.whl
- nucypher_core-0.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nucypher_core-0.4.1-cp38-cp38-win_amd64.whl
- nucypher_core-0.4.1-cp39-cp39-macosx_10_9_x86_64.whl
- nucypher_core-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nucypher_core-0.4.1-cp39-cp39-win_amd64.whl
- nucypher_core-0.4.1.tar.gz


Project link:

- Homepage