cudadog / pydot

Automatically exported from code.google.com/p/pydot
MIT License
0 stars 0 forks source link

Unable to install from pip #93

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. $ pip install 'pydot==1.0.28'

What is the expected output? What do you see instead?

Installation should proceed correctly.

Instead I have to do the following to get this to work.

$ pip install 'pydot==1.0.28' --allow-external pydot --allow-unverified pydot 

What version of the product are you using? On what operating system?

$ pip --version
pip 1.5.6

Please provide any additional information below.

$ lsb_release  -a
LSB 
Version:    :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics
-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: CentOS
Description:    CentOS release 6.4 (Final)
Release:    6.4
Codename:   Final

$ python --version
Python 2.6.6

Original issue reported on code.google.com by harlo...@gmail.com on 5 Jul 2014 at 6:38