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

[87] Can't install Pydot via pip on my ovh server #23

Closed prmtl closed 9 years ago

prmtl commented 9 years ago

Reported by sdia....@gmail.com, 2013-12-02T19:48:34Z

What steps will reproduce the problem?
  1. pip install pydot

Downloading/unpacking pydot HTTP error 403 while getting http://pydot.googlecode.com/files/pydot-1.0.28.tar.gz (from https://pypi.python.org/simple/pydot/) Could not install requirement pydot because of error HTTP Error 403: Forbidden Could not install requirement pydot because of HTTP error HTTP Error 403: Forbidden for URL http://pydot.googlecode.com/files/pydot-1.0.28.tar.gz (from https://pypi.python.org/simple/pydot/)

This is very strange since it works on my local machine.

Please provide any additional information below.

Ubuntu 13.04/Python2.7(virtualenv, pip1.4.1) similar issue: https://github.com/gak/pygooglechart/issues/18 From: https://code.google.com/p/pydot/issues/detail?id=87

prmtl commented 9 years ago

Comment by sdia....@gmail.com, 2013-12-02T10:52:16Z

same issue with:

wget http://pydot.googlecode.com/files/pydot-1.0.28.tar.gz

prmtl commented 9 years ago

pydot_ng is hosten on PyPI where this issues do not occur.