Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VIGNET Pierre
cadbiom
Commits
83df767c
Commit
83df767c
authored
Oct 13, 2017
by
VIGNET Pierre
Browse files
Update doc about graphviz errors
parent
043de8c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
83df767c
...
...
@@ -31,6 +31,16 @@ You can install these dependencies with the following command:
sudo apt-get install python-gtksourceview2 python2.7-dev libxml2-dev libxslt1-dev \
libxslt1-dev libgraphviz-dev pkg-config python-glade2 python-gtk2 python-tk
On some old systems you may have to install also
`python-pip`
.
When installing pygraphviz on some systems, you may have this error:
_graphviz.so: undefined symbol: Agundirected
...which is solved by:
pip install --upgrade pygraphviz --install-option="--include-path=/usr/include/graphviz" \
--install-option="--library-path=/usr/lib/graphviz/"
### Red Hat-like systems (Fedora/CentOS)
*
python-devel
...
...
library/README.md
View file @
83df767c
...
...
@@ -31,6 +31,16 @@ You can install these dependencies with the following command:
sudo apt-get install python-gtksourceview2 python2.7-dev libxml2-dev libxslt1-dev \
libxslt1-dev libgraphviz-dev pkg-config python-glade2 python-gtk2 python-tk
On some old systems you may have to install also
`python-pip`
.
When installing pygraphviz on some systems, you may have this error:
_graphviz.so: undefined symbol: Agundirected
...which is solved by:
pip install --upgrade pygraphviz --install-option="--include-path=/usr/include/graphviz" \
--install-option="--library-path=/usr/lib/graphviz/"
### Red Hat-like systems (Fedora/CentOS)
*
python-devel
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment