pytries / marisa-trie

Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.
https://marisa-trie.readthedocs.io/en/latest/
MIT License
1.04k stars 92 forks source link

"pip install marisa-trie" miscrosoft visual c++ 14.0 required error #51

Closed anuliketat closed 3 years ago

anuliketat commented 5 years ago

Hi, when i try to install marisa-trie with pip im getting this error. I cant find a solution for this. I have the redist files from 2015-2019. I still get the same error. PFA marisa-trie error

How to resolve this?

jawatech commented 5 years ago

Hi, when i try to install marisa-trie with pip im getting this error. I cant find a solution for this. I have the redist files from 2015-2019. I still get the same error. PFA marisa-trie error

How to resolve this?

same issue here, with anaconda python 3.6 under win10

jawatech commented 5 years ago

Hi, when i try to install marisa-trie with pip im getting this error. I cant find a solution for this. I have the redist files from 2015-2019. I still get the same error. PFA marisa-trie error How to resolve this?

same issue here, with anaconda python 3.6 under win10

Update: under powershell I successfully installed this package.

BoboTiG commented 3 years ago

Have a look at #66 ;)