Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Python-8.4.1, Python-8.4.3, Python-Aprium
-
Component/s: Python Driver
-
Labels:None
-
Environment:
Ubuntu 12.04 x64
CUBRID 8.4.3 X64
Python 2.7.3
pip 1.2.1
Description
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.
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

I can successfully install the new driver from its source. But can't via pip.