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

How to install clvm via python pip




clvm - [Contract Language | Chialisp] Virtual Machine, it belongs to Classifiers:

- Topic :: Security
- Topic :: Security :: Cryptography

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



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_clvm_env

- Active the virtual environment

test_clvm_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_clvm_env

- Active the virtual environment

source test_clvm_env/bin/active


Step 2: OK, now, let flow below content to start the installation clvm

To install clvm on Windows(CMD):

py -m pip install clvm

To install clvm on Unix/macOs:

pip install clvm


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

Example:

pip install clvm==0.1.dev2                                                        pre-release


Please see the version list below table:

VersionReleased dateCommand
clvm 0.41 yanked2020-08-12T23:14:52Windows:

py -m pip install clvm==0.41                                                                          yanked

Unix/macOs:

pip install clvm==0.41                                                                          yanked

clvm 0.9.72021-06-21T18:44:00Windows:

py -m pip install clvm==0.9.7

Unix/macOs:

pip install clvm==0.9.7

clvm 0.9.62021-04-14T19:00:27Windows:

py -m pip install clvm==0.9.6

Unix/macOs:

pip install clvm==0.9.6

clvm 0.9.52021-04-06T19:54:48Windows:

py -m pip install clvm==0.9.5

Unix/macOs:

pip install clvm==0.9.5

clvm 0.9.42021-03-04T04:29:56Windows:

py -m pip install clvm==0.9.4

Unix/macOs:

pip install clvm==0.9.4

clvm 0.9.32021-02-25T00:38:50Windows:

py -m pip install clvm==0.9.3

Unix/macOs:

pip install clvm==0.9.3

clvm 0.9.22021-02-24T20:34:27Windows:

py -m pip install clvm==0.9.2

Unix/macOs:

pip install clvm==0.9.2

clvm 0.9.02021-02-18T00:51:14Windows:

py -m pip install clvm==0.9.0

Unix/macOs:

pip install clvm==0.9.0

clvm 0.8.92021-02-17T19:48:35Windows:

py -m pip install clvm==0.8.9

Unix/macOs:

pip install clvm==0.8.9

clvm 0.8.02021-02-08T21:30:21Windows:

py -m pip install clvm==0.8.0

Unix/macOs:

pip install clvm==0.8.0

clvm 0.7.12021-02-02T22:37:31Windows:

py -m pip install clvm==0.7.1

Unix/macOs:

pip install clvm==0.7.1

clvm 0.72020-12-16T01:28:45Windows:

py -m pip install clvm==0.7

Unix/macOs:

pip install clvm==0.7

clvm 0.62020-11-24T00:29:10Windows:

py -m pip install clvm==0.6

Unix/macOs:

pip install clvm==0.6

clvm 0.5.4 yanked2020-10-12T18:49:48Windows:

py -m pip install clvm==0.5.4                                                                          yanked

Unix/macOs:

pip install clvm==0.5.4                                                                          yanked

clvm 0.5.32020-09-25T22:52:59Windows:

py -m pip install clvm==0.5.3

Unix/macOs:

pip install clvm==0.5.3

clvm 0.5.22020-09-25T04:12:16Windows:

py -m pip install clvm==0.5.2

Unix/macOs:

pip install clvm==0.5.2

clvm 0.5.12020-09-22T02:43:57Windows:

py -m pip install clvm==0.5.1

Unix/macOs:

pip install clvm==0.5.1

clvm 0.52020-09-10T00:57:40Windows:

py -m pip install clvm==0.5

Unix/macOs:

pip install clvm==0.5

clvm 0.4.12020-08-12T23:20:46Windows:

py -m pip install clvm==0.4.1

Unix/macOs:

pip install clvm==0.4.1

clvm 0.42020-03-26T19:55:42Windows:

py -m pip install clvm==0.4

Unix/macOs:

pip install clvm==0.4

clvm 0.22020-03-16T22:42:55Windows:

py -m pip install clvm==0.2

Unix/macOs:

pip install clvm==0.2

clvm 0.12020-03-16T22:42:56Windows:

py -m pip install clvm==0.1

Unix/macOs:

pip install clvm==0.1


Step 4: Otherwise, you can install clvm from local archives:

Download the distribution file from clvm-0.9.7-py3-none-any.whl or the specific clvm version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_clvm_downloaded_file>

On Unix/macOs:

pip install <path_to_clvm_downloaded_file>


List distribution:

- clvm-0.1.dev2-py3-none-any.whl
- clvm-0.1-py3-none-any.whl
- clvm-0.2-py3-none-any.whl
- clvm-0.4-py3-none-any.whl
- clvm-0.4.1-py3-none-any.whl
- clvm-0.4.2a0-py3-none-any.whl
- clvm-0.5-py3-none-any.whl
- clvm-0.5.1-py3-none-any.whl
- clvm-0.5.2-py3-none-any.whl
- clvm-0.5.3-py3-none-any.whl
- clvm-0.5.4-py3-none-any.whl
- clvm-0.6-py3-none-any.whl
- clvm-0.7-py3-none-any.whl
- clvm-0.7.1-py3-none-any.whl
- clvm-0.8.0-py3-none-any.whl
- clvm-0.8.9-py3-none-any.whl
- clvm-0.9.0-py3-none-any.whl
- clvm-0.9.2-py3-none-any.whl
- clvm-0.9.3-py3-none-any.whl
- clvm-0.9.4-py3-none-any.whl
- clvm-0.9.5-py3-none-any.whl
- clvm-0.9.6-py3-none-any.whl
- clvm-0.9.7-py3-none-any.whl
- clvm-0.41-py3-none-any.whl


Project link:

- Homepage
- Bug Reports
- Source