ctcdecode icon indicating copy to clipboard operation
ctcdecode copied to clipboard

win10 install error

Open yxlwfds opened this issue 5 years ago • 3 comments

(masr) C:\masr\ctcdecode>pip install . --user Processing c:\masr\ctcdecode ERROR: Could not install packages due to an EnvironmentError: [('C:\masr\ctcdecode\third_party\boost_1_67_0\boost_1_67_0\libs\geometry\doc\html\geometry\reference\spatial_indexes\boost__geometry__index__rtree\rtree_parameters_type_const____indexable_getter_const____value_equal_const____allocator_type_const___.html', 'C:\Users\hua\AppData\Local\Temp\pip-req-build-f0bs9va1\third_party\boost_1_67_0\boost_1_67_0\libs\geometry\doc\html\geometry\reference\spatial_indexes\boost__geometry__index__rtree\rtree_parameters_type_const____indexable_getter_const____value_equal_const____allocator_type_const___.html', "[Errno 2] No such file or directory: 'C:\\Users\\hua\\AppData\\Local\\Temp\\pip-req-build-f0bs9va1\\third_party\\boost_1_67_0\\boost_1_67_0\\libs\\geometry\\doc\\html\\geometry\\reference\\spatial_indexes\\boost__geometry__index__rtree\\rtree_parameters_type_const____indexable_getter_const____value_equal_const____allocator_type_const___.html'")]

ERROR: Operation cancelled by user

yxlwfds avatar Jun 28 '19 04:06 yxlwfds

(masr) C:\masr\ctcdecode>pip install . --user Processing c:\masr\ctcdecode ERROR: Could not install packages due to an EnvironmentError: [('C:\masr\ctcdecode\third_party\boost_1_67_0\boost_1_67_0\libs\geometry\doc\html\geometry\reference\spatial_indexes\boost__geometry__index__rtree\rtree_parameters_type_const____indexable_getter_const____value_equal_const____allocator_type_const___.html', 'C:\Users\hua\AppData\Local\Temp\pip-req-build-f0bs9va1\third_party\boost_1_67_0\boost_1_67_0\libs\geometry\doc\html\geometry\reference\spatial_indexes\boost__geometry__index__rtree\rtree_parameters_type_const____indexable_getter_const____value_equal_const____allocator_type_const___.html', "[Errno 2] No such file or directory: 'C:\Users\hua\AppData\Local\Temp\pip-req-build-f0bs9va1\third_party\boost_1_67_0\boost_1_67_0\libs\geometry\doc\html\geometry\reference\spatial_indexes\boost__geometry__index__rtree\rtree_parameters_type_const____indexable_getter_const____value_equal_const____allocator_type_const___.html'")]

ERROR: Operation cancelled by user

Hey, I have the same problem on windows 10, do you solve it?

zhangdanfeng888 avatar Jul 04 '19 08:07 zhangdanfeng888

Same problem here. I think only GCC is supported by now so installation on Windows is not possible. "Building the C++ library requires gcc or clang" https://github.com/parlance/ctcdecode/blob/master/README.md

anhle-uet avatar Jul 05 '19 05:07 anhle-uet

@anhle-uet do you know how I can install gcc or clang?

CracKCatZ avatar Apr 06 '21 17:04 CracKCatZ