I\'m using the library node2vec, which is based on gensim word2vec model to encode nodes in an embedding space, but when i want to fit the word2vec object I get this warning
gensim relies on extension modules that need to be compiled. Both defaults and the conda-forge channel provide prebuilt versions that will work out of the box.
conda install gensim
or
conda install -c conda-forge gensim
are probably the easiest way to get gensim to work.