Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated command to install pygraphviz #8

Merged
merged 1 commit into from
Jan 14, 2024

Conversation

atinfinity
Copy link
Contributor

@atinfinity atinfinity commented Jan 14, 2024

There is the following description in install_guide.md.

python3.11 -m pip install -U pip
python3.11 -m pip install --global-option=build_ext \
       --global-option="-I$(brew --prefix graphviz)/include/" \
       --global-option="-L$(brew --prefix graphviz)/lib/" \
       pygraphviz

Now, pip 23.3.2 was installed in this command. As a result, the installation of pygraphviz failed.
I found that --global-option option deprecated. pypa/pip#11859

So, I changed option to install pygraphviz.

@TakanoTaiga
Copy link
Owner

LGTM

@TakanoTaiga TakanoTaiga merged commit 1184c92 into TakanoTaiga:master Jan 14, 2024
@atinfinity atinfinity deleted the updated-install-guide branch January 15, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants