Skip to content

Does it support Windows OS? #34

@Sniper199999

Description

@Sniper199999

I tried to install this package on my Windows 10 machine. Got this following error:

PS C:\Users\Work\Desktop\opencv> pip install faster-fifo
Collecting faster-fifo
  Installing build dependencies ... done
  error: subprocess-exited-with-error

  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [21 lines of output]
      Compiling faster_fifo.pyx because it depends on C:\Users\Work\AppData\Local\Temp\pip-build-env-lfv2321j\overlay\Lib\site-packages\Cython\Includes\libcpp\__init__.pxd.
      [1/1] Cythonizing faster_fifo.pyx
      Traceback (most recent call last):
        File "C:\users\Work\appdata\local\programs\python\python39\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 363, in <module>
          main()
        File "C:\users\Work\appdata\local\programs\python\python39\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 345, in main
          json_out['return_val'] = hook(**hook_input['kwargs'])
        File "C:\users\Work\appdata\local\programs\python\python39\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 130, in get_requires_for_build_wheel
          return hook(config_settings)
        File "C:\Users\Work\AppData\Local\Temp\pip-build-env-lfv2321j\overlay\Lib\site-packages\setuptools\build_meta.py", line 177, in get_requires_for_build_wheel
          return self._get_build_requires(
        File "C:\Users\Work\AppData\Local\Temp\pip-build-env-lfv2321j\overlay\Lib\site-packages\setuptools\build_meta.py", line 159, in _get_build_requires
          self.run_setup()
        File "C:\Users\Work\AppData\Local\Temp\pip-build-env-lfv2321j\overlay\Lib\site-packages\setuptools\build_meta.py", line 174, in run_setup
          exec(code, locals())
        File "<string>", line 39, in <module>
        File "C:\Users\Work\AppData\Local\Temp\pip-build-env-lfv2321j\overlay\Lib\site-packages\setuptools\discovery.py", line 103, in find
          convert_path(str(where)),
        File "C:\Users\Work\AppData\Local\Temp\pip-build-env-lfv2321j\overlay\Lib\site-packages\setuptools\_distutils\util.py", line 140, in convert_path
          raise ValueError("path '%s' cannot end with '/'" % pathname)
      ValueError: path './' cannot end with '/'
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

Just noticed that Linux and Mac versions are supported, but did not see any mentions of Windows not being supported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions