lvdmaaten/bhtsne

Can not use the python wrapper in Windows

vabrishami opened this issue · 0 comments

I was trying to use python wrapper in windows and I used your example code. But this error was raised:

AttributeError: module 'os' has no attribute 'fork' which seems reasonable in Windows. Do you have any suggestion to solve this problem? Thanks!