26.01.2025, 11:45 
		
	
	
		Okay, that did not work. 
trying to install the whl using 'pip install' I get:
any idea how to adress this?
Cu Selur
	
	

trying to install the whl using 'pip install' I get:
python -m pip install spatial_correlation_sampler-0.5.0-py312-cp312-win_amd64.whl -vv
Using pip 24.3.1 from C:\Users\Selur\Desktop\Vapoursynth\Lib\site-packages\pip (python 3.12)
Non-user install because user site-packages disabled
Created temporary directory: C:\Users\Selur\AppData\Local\Temp\pip-build-tracker-8runpy_8
Initialized build tracking at C:\Users\Selur\AppData\Local\Temp\pip-build-tracker-8runpy_8
Created build tracker: C:\Users\Selur\AppData\Local\Temp\pip-build-tracker-8runpy_8
Entered build tracker: C:\Users\Selur\AppData\Local\Temp\pip-build-tracker-8runpy_8
Created temporary directory: C:\Users\Selur\AppData\Local\Temp\pip-install-q66hz_0q
Created temporary directory: C:\Users\Selur\AppData\Local\Temp\pip-ephem-wheel-cache-i96l_u3q
Remote version of pip: 24.3.1
Local version of pip:  24.3.1
Was pip installed by pip? True
ERROR: spatial_correlation_sampler-0.5.0-py312-cp312-win_amd64.whl is not a supported wheel on this platform.
Exception information:
Traceback (most recent call last):
  File "C:\Users\Selur\Desktop\Vapoursynth\Lib\site-packages\pip\_internal\cli\base_command.py", line 105, in _run_wrapper
    status = _inner_run()
             ^^^^^^^^^^^^
  File "C:\Users\Selur\Desktop\Vapoursynth\Lib\site-packages\pip\_internal\cli\base_command.py", line 96, in _inner_run
    return self.run(options, args)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Selur\Desktop\Vapoursynth\Lib\site-packages\pip\_internal\cli\req_command.py", line 67, in wrapper
    return func(self, options, args)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Selur\Desktop\Vapoursynth\Lib\site-packages\pip\_internal\commands\install.py", line 379, in run
    requirement_set = resolver.resolve(
                      ^^^^^^^^^^^^^^^^^
  File "C:\Users\Selur\Desktop\Vapoursynth\Lib\site-packages\pip\_internal\resolution\resolvelib\resolver.py", line 76, in resolve
    collected = self.factory.collect_root_requirements(root_reqs)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Selur\Desktop\Vapoursynth\Lib\site-packages\pip\_internal\resolution\resolvelib\factory.py", line 545, in collect_root_requirements
    reqs = list(
           ^^^^^
  File "C:\Users\Selur\Desktop\Vapoursynth\Lib\site-packages\pip\_internal\resolution\resolvelib\factory.py", line 496, in _make_requirements_from_install_req
    self._fail_if_link_is_unsupported_wheel(ireq.link)
  File "C:\Users\Selur\Desktop\Vapoursynth\Lib\site-packages\pip\_internal\resolution\resolvelib\factory.py", line 147, in _fail_if_link_is_unsupported_wheel
    raise UnsupportedWheel(msg)
pip._internal.exceptions.UnsupportedWheel: spatial_correlation_sampler-0.5.0-py312-cp312-win_amd64.whl is not a supported wheel on this platform.
Removed build tracker: 'C:\\Users\\Selur\\AppData\\Local\\Temp\\pip-build-tracker-8runpy_8'Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
	
	
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.


