Skip to content

pygraphviz false-negative #7

@gmacon

Description

@gmacon

http://packages.pypy.org/##pygraphviz indicates that pygraphviz does not work with PyPy, but the error is actually that the underlying graphviz library is not installed in the test environment. Here's what I get when I try to install pygraphviz into a pypy virtualenv:

Script started on Mon Sep 12 20:09:17 2016
command: /bin/bash
bash-3.2$ python --version
Python 2.7.10 (7e8df3df9641, Jun 14 2016, 13:30:54)
[PyPy 5.3.1 with GCC 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.40)]
bash-3.2$ pip install pygraphviz
You are using pip version 6.1.1, however version 8.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting pygraphviz
  Using cached pygraphviz-1.3.1.zip
Installing collected packages: pygraphviz
  Running setup.py install for pygraphviz
Successfully installed pygraphviz-1.3.1
bash-3.2$ exit

Script done on Mon Sep 12 20:09:47 2016

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions