snap-python
snap-python copied to clipboard
SNAP Python code, SWIG related files
On google colab the code "!pip install snap-stanford" not working. Command used to work 3 weeks ago. Now it is not working anymore. Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/ ERROR: Could...
I am trying to install it in windows and i receive this error: ``` swig -python -c++ -w302,312,317,325,362,383,384,389,401,503,508,509 -O -I../../snap/snap-core -I../../snap/glib-core snap.i ..\..\snap\glib-core\dt.h(1413) : Error: Syntax error - possibly a...
Bumps [numpy](https://github.com/numpy/numpy) from 1.17.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Is it possible to package the `.whl` file for arm platform? I have tried to compile this repo on m1 macbook's ubuntu docker image and jetson nano, but it doesn't...
See nr 2 issue in MetroMaps: https://github.com/snap-stanford/MetroMaps/issues/2. TCliqueOverlap_GetCPMCommunities is not included in the package. The reason is that clique.h is commented out in snap.i.
When loading a SNAP TTable with LoadSS, new columns are added mysteriously. Below is an example of the problem: **Input File:** _"test_graph6.1.mapping.txt"_ ``` # original_id new_id d 0 c 1...
Tried using pyenv installation of Python 3.7.0, 3.7.7, and 2.7.0. Using macOS Catalina 10.15.7.
- Implemented the DiGraph class within SnapX, but it still has some missing functionalities because other parts of SnapX are not implemented - Fix some errors in Graph class within...
GetStrVal is not working on TTables, returned by a method, when they are outside that method. Other methods to access numeric TTable entries are working. I have added a toy...