You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: