pydot / pydot-ng

Python interface to Graphviz's Dot language compatible with Python 2 nad Python 3
MIT License
22 stars 10 forks source link

[93] Unable to install from pip #30

Closed prmtl closed 9 years ago

prmtl commented 9 years ago

Reported by harlo...@gmail.com, 2014-07-05T20:38:10Z

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

From: https://code.google.com/p/pydot/issues/detail?id=93

prmtl commented 9 years ago

This is no longer case for us - pydot_ng is hosted only on PyPI