-
Notifications
You must be signed in to change notification settings - Fork 3
Description
When trying to install this on my WIndows 11 Systems with Python 3.14.3 I get the following error
C:\PyVutils>pip install .
Processing ..
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting multipledispatch (from PyVutils==1.0)
Using cached multipledispatch-1.0.0-py3-none-any.whl.metadata (3.8 kB)
Requirement already satisfied: pywin32 in C:\Users\pete_\AppData\Local\Programs\Python\Python314\Lib\site-packages (from PyVutils==1.0) (311)
Collecting imutils (from PyVutils==1.0)
Using cached imutils-0.5.4.tar.gz (17 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: opencv_python in C:\Users\pete_\AppData\Local\Programs\Python\Python314\Lib\site-packages (from PyVutils==1.0) (4.13.0.92)
Collecting comtypes (from PyVutils==1.0)
Using cached comtypes-1.4.16-py3-none-any.whl.metadata (7.8 kB)
Collecting matplotlib (from PyVutils==1.0)
Using cached matplotlib-3.10.8-cp314-cp314-win_amd64.whl.metadata (52 kB)
Collecting mechanize (from PyVutils==1.0)
Using cached mechanize-0.4.10-py2.py3-none-any.whl.metadata (4.3 kB)
Requirement already satisfied: numpy in C:\Users\pete_\AppData\Local\Programs\Python\Python314\Lib\site-packages (from PyVutils==1.0) (2.4.2)
Collecting pycaw (from PyVutils==1.0)
Using cached pycaw-20251023-py3-none-any.whl.metadata (2.3 kB)
Collecting pydicom (from PyVutils==1.0)
Using cached pydicom-3.0.1-py3-none-any.whl.metadata (9.4 kB)
Collecting scikit_learn (from PyVutils==1.0)
Using cached scikit_learn-1.8.0-cp314-cp314-win_amd64.whl.metadata (11 kB)
INFO: pip is looking at multiple versions of pyvutils to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement win32security (from pyvutils) (from versions: none)
ERROR: No matching distribution found for win32security
win32security will also not install via pip
Can you please help