Multicore-TSNE icon indicating copy to clipboard operation
Multicore-TSNE copied to clipboard

Fix compiling

Open domergal16 opened this issue 4 years ago • 3 comments

I had trouble getting this package to install, and have realized that if line 55 in setup.py is changed from: self.cmake_args or "--", to self.cmake_args or "-S",

then multicore-TSNE compiles correctly. If this change could be made, that'd be awesome!

domergal16 avatar Apr 06 '22 17:04 domergal16

This is fixed with this pull request (if it gets accepted):

https://github.com/DmitryUlyanov/Multicore-TSNE/pull/92

jorvis avatar Apr 29 '22 15:04 jorvis

THANK YOU!!! this solved my issue as well!

6884 avatar Jul 20 '22 15:07 6884

@DmitryUlyanov thoughts on merging the fix above? PyPi installations are broken with the latest cmake, and downgrading for this library conflicts with other up-to date dependencies.

r614 avatar Aug 19 '22 13:08 r614

this also solved my issue!

JackingChen avatar Mar 17 '23 01:03 JackingChen

THANK YOU!!! It works!

kulibour avatar May 10 '23 06:05 kulibour