lferry007 / LargeVis

Apache License 2.0
710 stars 168 forks source link

how to import LargeVis, when run the LargeVis_run.py,ModuleNotFoundError: No module named LargeVis #38

Open wangqingbin opened 6 years ago

wangqingbin commented 6 years ago

default

bigheiniu commented 6 years ago

This may be because you work the program not in the correct folder, you should run it under Linux folder. So you can just change part of main.cpp so that you can run the program just by ./Linux rather than use python file.

HazardTrigger commented 5 years ago

python setup.py install This may be useful. Note the compatibility issues between python2 and python3

jinshihao1998 commented 4 years ago

C:\work_space\LargeVis-master\Windows>python setup.py install running install running build running build_ext building 'LargeVis' extension error: Unable to find vcvarsall.bat Why doesn't it work properly?