Python driver 8.4.3.0002 was released yesterday. I've tried to install it via pip on Ubuntu but couldn't. 8.4.3.0001 can be installed successfully.
Please try it to install via pip.
{code}
Downloading/unpacking CUBRID-Python==8.4.3.0002
Running setup.py egg_info for package CUBRID-Python
error: error in 'egg_base' option: 'pip-egg-info' does not exist or is not a directory
Complete output from command python setup.py egg_info:
running egg_info
creating pip-egg-info/CUBRID_Python.egg-info
writing pip-egg-info/CUBRID_Python.egg-info/PKG-INFO
writing top-level names to pip-egg-info/CUBRID_Python.egg-info/top_level.txt
writing dependency_links to pip-egg-info/CUBRID_Python.egg-info/dependency_links.txt
writing manifest file 'pip-egg-info/CUBRID_Python.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/CUBRID_Python.egg-info/SOURCES.txt'
writing manifest file 'pip-egg-info/CUBRID_Python.egg-info/SOURCES.txt'
running egg_info
error: error in 'egg_base' option: 'pip-egg-info' does not exist or is not a directory
----------------------------------------
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build/CUBRID-Python
Storing complete log in /root/.pip/pip.log
{code}