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

How to install cefpython3 via python pip




cefpython3 - GUI toolkit for embedding a Chromium widget in desktop applications, it belongs to Classifiers:

- Operating System :: MacOS :: MacOS X
- Topic :: Internet :: WWW/HTTP :: Browsers
- Topic :: Multimedia
- Topic :: Software Development :: User Interfaces

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



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_cefpython3_env

- Active the virtual environment

test_cefpython3_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_cefpython3_env

- Active the virtual environment

source test_cefpython3_env/bin/active


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

To install cefpython3 on Windows(CMD):

py -m pip install cefpython3

To install cefpython3 on Unix/macOs:

pip install cefpython3


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

Example:

pip install cefpython3==31.0


Please see the version list below table:

VersionReleased dateCommand
cefpython3 66.12021-02-16T20:11:57Windows:

py -m pip install cefpython3==66.1

Unix/macOs:

pip install cefpython3==66.1

cefpython3 66.02018-08-20T17:49:02Windows:

py -m pip install cefpython3==66.0

Unix/macOs:

pip install cefpython3==66.0

cefpython3 57.12017-09-22T12:18:26Windows:

py -m pip install cefpython3==57.1

Unix/macOs:

pip install cefpython3==57.1

cefpython3 57.02017-04-21T13:40:04Windows:

py -m pip install cefpython3==57.0

Unix/macOs:

pip install cefpython3==57.0

cefpython3 56.22017-04-19T19:10:04Windows:

py -m pip install cefpython3==56.2

Unix/macOs:

pip install cefpython3==56.2

cefpython3 56.12017-03-20T13:00:37Windows:

py -m pip install cefpython3==56.1

Unix/macOs:

pip install cefpython3==56.1

cefpython3 49.02018-08-27T17:04:26Windows:

py -m pip install cefpython3==49.0

Unix/macOs:

pip install cefpython3==49.0

cefpython3 31.22015-01-10T08:51:19Windows:

py -m pip install cefpython3==31.2

Unix/macOs:

pip install cefpython3==31.2

cefpython3 31.12014-12-04T09:27:49Windows:

py -m pip install cefpython3==31.1

Unix/macOs:

pip install cefpython3==31.1

cefpython3 31.02014-12-01T06:59:37Windows:

py -m pip install cefpython3==31.0

Unix/macOs:

pip install cefpython3==31.0


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

Download the distribution file from cefpython3-66.1-py2.py3-none-win_amd64.whl or the specific cefpython3 version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_cefpython3_downloaded_file>

On Unix/macOs:

pip install <path_to_cefpython3_downloaded_file>


List distribution:

- cefpython3-31.0-cp27-none-win32.whl
- cefpython3-31.0-py2.7-win32.egg
- cefpython3-31.1-cp27-none-win32.whl
- cefpython3-31.1-py2.7-win32.egg
- cefpython3-31.2-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
- cefpython3-31.2-cp27-none-win32.whl
- cefpython3-31.2-cp27-none-win_amd64.whl
- cefpython3-49.0-py2.py3-none-win32.whl
- cefpython3-49.0-py2.py3-none-win_amd64.whl
- cefpython3-56.1-py2.py3-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
- cefpython3-56.1-py2.py3-none-manylinux1_i686.whl
- cefpython3-56.1-py2.py3-none-manylinux1_x86_64.whl
- cefpython3-56.1-py2.py3-none-win32.whl
- cefpython3-56.1-py2.py3-none-win_amd64.whl
- cefpython3-56.2-py2.py3-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
- cefpython3-56.2-py2.py3-none-manylinux1_i686.whl
- cefpython3-56.2-py2.py3-none-manylinux1_x86_64.whl
- cefpython3-56.2-py2.py3-none-win32.whl
- cefpython3-56.2-py2.py3-none-win_amd64.whl
- cefpython3-57.0-py2.py3-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
- cefpython3-57.0-py2.py3-none-manylinux1_i686.whl
- cefpython3-57.0-py2.py3-none-manylinux1_x86_64.whl
- cefpython3-57.0-py2.py3-none-win32.whl
- cefpython3-57.0-py2.py3-none-win_amd64.whl
- cefpython3-57.1-py2.py3-none-win32.whl
- cefpython3-57.1-py2.py3-none-win_amd64.whl
- cefpython3-66.0-py2.py3-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
- cefpython3-66.0-py2.py3-none-manylinux1_i686.whl
- cefpython3-66.0-py2.py3-none-manylinux1_x86_64.whl
- cefpython3-66.0-py2.py3-none-win32.whl
- cefpython3-66.0-py2.py3-none-win_amd64.whl
- cefpython3-66.1-py2.py3-none-win32.whl
- cefpython3-66.1-py2.py3-none-win_amd64.whl


Project link:

- Homepage
- Download