atarashansky / self-assembling-manifold

The Self-Assembling-Manifold (SAM) algorithm.
MIT License
41 stars 11 forks source link

Installation stalling at louvain build #4

Closed BojkArth closed 6 years ago

BojkArth commented 6 years ago

Hi,

I'm trying to get the SAM algorithm to work, yet the install terminates at the louvain wheel build. I talked to Fabio about this, he referred me to you. Let me know if you need more information.

Thanks

Bojk

atarashansky commented 6 years ago

I think it might be something to do with your linux distribution. The gcc compiler is probably causing the error when compiling the whl. Have you tried installing from the github using the python setup.py install instructions?

iosonofabio commented 6 years ago

Hi Alec, can you please push the latest version to pypi? Then I can integrate it into singlet quite easily... thank you!

Also we can discuss continuous deployment strategies for the future if you are interested.

atarashansky commented 6 years ago

Hi Fabio, I'm definitely interested!

I updated the pypi (v0.1.11).

iosonofabio commented 6 years ago

Ok then we can grab coffee next week and chat a bit. I'm integrating SAM into singlet right now, looks good :-)

atarashansky commented 6 years ago

Wonderful! I'm super flexible, just let me know what time works for you.

atarashansky commented 6 years ago

Issue resolved. Closed.