Snowboy module installation error on windows 10

620 Views Asked by At

ım using pip for install a module. So working usually. But I tried install snowboy module today. I got a error. I looked up internet but didnt find solutions. My ide: Pycharm 2020 with anaconda My os: windows 10 x64 codes:

(kurs) C:\Users\Turkmen\Desktop\isil>pip install snowboy
Collecting snowboy
  Using cached https://files.pythonhosted.org/packages/86/fc/3a13408cb3b32abff1b0539f44fca02ca378d9077b11f0c95674f278f
3de/snowboy-1.2.0b1.tar.gz
    ERROR: Complete output from command python setup.py egg_info:
    ERROR: Traceback (most recent call last):
      File "", line 1, in 
      File "C:\Users\Turkmen\AppData\Local\Temp\pip-install-gifo0vzi\snowboy\setup.py", line 45, in 
        packages=find_packages('examples/Python/'),
      File "C:\Anaconda3\envs\kurs\lib\site-packages\setuptools\__init__.py", line 71, in find
        convert_path(where),
      File "C:\Anaconda3\envs\kurs\lib\distutils\util.py", line 112, in convert_path
        raise ValueError("path '%s' cannot end with '/'" % pathname)
    ValueError: path 'examples/Python/' cannot end with '/'
    ----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in C:\Users\Turkmen\AppData\Local\Temp\pip-install-gifo0vzi\snowboy\
1

There are 1 best solutions below

0
On

windows version of this module is not supported for now.