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

How to install cmc-py-wrapper via python pip




cmc-py-wrapper - Unofficial CoinMarketCap API and Python wrapper, it belongs to Classifiers:

- Operating System :: Microsoft
- Operating System :: Microsoft :: Windows
- Programming Language :: Python :: 3.1
- Programming Language :: Python :: 3.9
- Programming Language :: Python :: 3.10

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



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_cmc-py-wrapper_env

- Active the virtual environment

test_cmc-py-wrapper_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_cmc-py-wrapper_env

- Active the virtual environment

source test_cmc-py-wrapper_env/bin/active


Step 2: OK, now, let flow below content to start the installation cmc-py-wrapper

To install cmc-py-wrapper on Windows(CMD):

py -m pip install cmc-py-wrapper

To install cmc-py-wrapper on Unix/macOs:

pip install cmc-py-wrapper


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

Example:

pip install cmc-py-wrapper==0.1.0


Please see the version list below table:

VersionReleased dateCommand
cmc-py-wrapper 0.1.42022-02-27T05:18:24Windows:

py -m pip install cmc-py-wrapper==0.1.4

Unix/macOs:

pip install cmc-py-wrapper==0.1.4

cmc-py-wrapper 0.1.32022-02-21T09:34:42Windows:

py -m pip install cmc-py-wrapper==0.1.3

Unix/macOs:

pip install cmc-py-wrapper==0.1.3

cmc-py-wrapper 0.1.22022-02-19T18:23:59Windows:

py -m pip install cmc-py-wrapper==0.1.2

Unix/macOs:

pip install cmc-py-wrapper==0.1.2

cmc-py-wrapper 0.1.12022-02-19T04:49:37Windows:

py -m pip install cmc-py-wrapper==0.1.1

Unix/macOs:

pip install cmc-py-wrapper==0.1.1

cmc-py-wrapper 0.1.02022-02-18T17:13:10Windows:

py -m pip install cmc-py-wrapper==0.1.0

Unix/macOs:

pip install cmc-py-wrapper==0.1.0


Step 4: Otherwise, you can install cmc-py-wrapper from local archives:

Download the distribution file from cmc-py-wrapper-0.1.4.tar.gz or the specific cmc-py-wrapper version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_cmc-py-wrapper_downloaded_file>

On Unix/macOs:

pip install <path_to_cmc-py-wrapper_downloaded_file>


List distribution:

- cmc-py-wrapper-0.1.0.tar.gz
- cmc_py_wrapper-0.1.0-py3-none-any.whl
- cmc-py-wrapper-0.1.1.tar.gz
- cmc_py_wrapper-0.1.1-py3-none-any.whl
- cmc-py-wrapper-0.1.2.tar.gz
- cmc_py_wrapper-0.1.2-py3-none-any.whl
- cmc-py-wrapper-0.1.3.tar.gz
- cmc_py_wrapper-0.1.3-py3-none-any.whl
- cmc-py-wrapper-0.1.4.tar.gz
- cmc_py_wrapper-0.1.4-py3-none-any.whl


Project link:

- Homepage
- Download
- Documentation
- Source