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

Pip Package #20

Open
sven-h opened this issue Jan 27, 2021 · 1 comment
Open

Pip Package #20

sven-h opened this issue Jan 27, 2021 · 1 comment

Comments

@sven-h
Copy link
Contributor

sven-h commented Jan 27, 2021

Hi,

would it be possible to release the library on conda-forge or as a pip package?
I think the pip package should be fairly easy to upload with your given struture.
Let me know what you think about it.

Furthermore I get the following warning during execution:

/anaconda3/envs/openea/lib/python3.6/site-packages/graph_tool/draw/cairo_draw.py:67: RuntimeWarning: Error importing matplotlib module. Graph drawing will not work.
  warnings.warn(msg, RuntimeWarning)
/anaconda3/envs/openea/lib/python3.6/site-packages/graph_tool/draw/cairo_draw.py:67: RuntimeWarning: Error importing matplotlib module. Graph drawing will not work.
  warnings.warn(msg, RuntimeWarning)
/anaconda3/envs/openea/lib/python3.6/site-packages/graph_tool/all.py:40: RuntimeWarning: Error importing draw module, proceeding nevertheless: No module named 'matplotlib'
  warnings.warn(msg, RuntimeWarning)
graph via graph_tool <Graph object, directed, with 148 vertices and 105 edges at 0x7f82d88afdd8>

It just misses the dependency to matplotlib.
I think it is a good idea to add it to the requirements.txt as well as to the readme of this repository which explains the conda environment creation.

Best regards
Sven

@sunzequn
Copy link
Member

sunzequn commented Feb 7, 2021

Hi Sven,

Thank you for your suggestion.
We will consider releasing the library as a pip package.

Best,
Zequn

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

No branches or pull requests

2 participants