OctoLaps doesn't work on Windows installed OctoPrint

Logitech C922

**Octolaps doesn't get activate it and get a server error when I try to enable it. **

2023-02-24 15:32:10,135 - octoprint.plugins.pluginmanager - INFO - Installing plugin from https://github.com/FormerLurker/Octolapse/archive/master.zip
2023-02-24 15:32:10,504 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2022.6.13) did not pass check, not loading.
2023-02-24 15:32:10,756 - octoprint.plugin.core - ERROR - Could not locate plugin octolapse
Traceback (most recent call last):
File "C:\OctPrint\venv\lib\site-packages\octoprint\plugin\core.py", line 1188, in _import_plugin_from_module
location, spec = _find_module(module_name)
File "C:\OctPrint\venv\lib\site-packages\octoprint\plugin\core.py", line 45, in _find_module
spec = imp.find_module(name)
File "C:\OctPrint\venv\lib\site-packages\octoprint\vendor\imp.py", line 288, in find_module
raise ImportError(_ERR_MSG.format(name), name=name)
ImportError: No module named 'octoprint_octolapse'
2023-02-24 15:32:10,813 - octoprint.plugin.core - ERROR - Could not locate plugin octolapse
Traceback (most recent call last):
File "C:\OctPrint\venv\lib\site-packages\octoprint\plugin\core.py", line 1188, in _import_plugin_from_module
location, spec = _find_module(module_name)
File "C:\OctPrint\venv\lib\site-packages\octoprint\plugin\core.py", line 45, in _find_module
spec = imp.find_module(name)
File "C:\OctPrint\venv\lib\site-packages\octoprint\vendor\imp.py", line 288, in find_module
raise ImportError(_ERR_MSG.format(name), name=name)
ImportError: No module named 'octoprint_octolapse'
2023-02-24 15:33:53,129 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2022.6.13) did not pass check, not loading.
Initializing GcodePositionProcessor V1.0.1 - Copyright (C) 2019 Brad Hochgesang...Python 3+ Detected...complete
2023-02-24 15:33:53,970 - octolapse.init - INFO - Release mode detected.
2023-02-24 15:33:54,033 - octoprint.plugin.core - INFO - Loading plugins from C:\OctPrint\venv\Lib\site-packages\octoprint\plugins, C:\Users\eabdu\AppData\Roaming\OctoPrint\plugins and installed plugin packages...
2023-02-24 15:33:54,189 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2022.6.13) did not pass check, not loading.
2023-02-24 15:33:54,438 - octolapse.init - INFO - Release mode detected.
2023-02-24 15:33:54,438 - octoprint.plugin.core - INFO - Found 22 plugin(s) providing 21 mixin implementations, 45 hook handlers
2023-02-24 15:33:54,438 - octoprint.plugin.core - INFO - 22 plugin(s) registered with the system:
| Action Command Notification Support (bundled) = C:\OctPrint\venv\Lib\site-packages\octoprint\plugins\action_command_notification
| Action Command Prompt Support (bundled) = C:\OctPrint\venv\Lib\site-packages\octoprint\plugins\action_command_prompt
| Announcement Plugin (bundled) = C:\OctPrint\venv\Lib\site-packages\octoprint\plugins\announcements
| Anonymous Usage Tracking (bundled) = C:\OctPrint\venv\Lib\site-packages\octoprint\plugins\tracking
| Application Keys Plugin (bundled) = C:\OctPrint\venv\Lib\site-packages\octoprint\plugins\appkeys
| Backup & Restore (bundled) = C:\OctPrint\venv\Lib\site-packages\octoprint\plugins\backup
| Core Wizard (bundled) = C:\OctPrint\venv\Lib\site-packages\octoprint\plugins\corewizard
| Discovery (bundled) = C:\OctPrint\venv\Lib\site-packages\octoprint\plugins\discovery
| Error Tracking (bundled) = C:\OctPrint\venv\Lib\site-packages\octoprint\plugins\errortracking
| Event Manager (bundled) = C:\OctPrint\venv\Lib\site-packages\octoprint\plugins\eventmanager
| Exclude Region (0.3.2) = C:\OctPrint\venv\lib\site-packages\octoprint_excluderegion
| File Check (2021.2.23) (bundled) = C:\OctPrint\venv\lib\site-packages\octoprint_file_check
| Firmware Check (2021.10.11) (bundled) = C:\OctPrint\venv\lib\site-packages\octoprint_firmware_check
| GCode Viewer (bundled) = C:\OctPrint\venv\Lib\site-packages\octoprint\plugins\gcodeviewer
| Logging (bundled) = C:\OctPrint\venv\Lib\site-packages\octoprint\plugins\logging
| MultiCam (0.3.0) = C:\OctPrint\venv\lib\site-packages\octoprint_multicam
| !Octolapse (0.4.1) = C:\OctPrint\venv\lib\site-packages\octoprint_octolapse
| Plugin Manager (bundled) = C:\OctPrint\venv\Lib\site-packages\octoprint\plugins\pluginmanager
| PrettyGCode (1.2.4) = C:\OctPrint\venv\lib\site-packages\octoprint_prettygcode
| PrintTimeGenius Plugin (2.3.0) = C:\OctPrint\venv\lib\site-packages\octoprint_PrintTimeGenius
| Software Update (bundled) = C:\OctPrint\venv\Lib\site-packages\octoprint\plugins\softwareupdate
| Virtual Printer (bundled) = C:\OctPrint\venv\Lib\site-packages\octoprint\plugins\virtual_printer
Prefix legend: ! = disabled, # = blacklisted, * = incompatible
2023-02-24 15:33:54,438 - octoprint.plugins.pluginmanager - INFO - The plugin was installed successfully: Octolapse, version 0.4.1

**I have the OctoPrint installed on windows 10 with python version Python 3.10.8

How did you install OctoPrint on Windows? What process did you use? Please try and provide more information in your post about your setup so you can get help more effectively.

I did follow these steps to get the OctoPrint to run on my windows machine:

I didn't add anything else to it, except for the YawCam

Did you install the special development version of OctoLapse linked in this issue for Python 3.10 support?

this worked! thank you!