Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script error missing module 'packaging' when trying to load file #4

Closed
jackichad opened this issue Dec 31, 2024 · 2 comments · Fixed by #5
Closed

Script error missing module 'packaging' when trying to load file #4

jackichad opened this issue Dec 31, 2024 · 2 comments · Fixed by #5

Comments

@jackichad
Copy link

I'm receiving the following in my script log when trying to use smart_replays.py

[smart_replays.py] Traceback (most recent call last):
[smart_replays.py]   File "C:\Users/Chad/AppData/Roaming/obs-studio/scripts\smart_replays.py", line 31, in <module>
[smart_replays.py]     from packaging.version import Version
[smart_replays.py] ModuleNotFoundError: No module named 'packaging'

I'm on Windows 11, running OBS v31.0.0, and have Python v3.12.8 installed with tkinter.

Thank you!

@qvvonk
Copy link
Owner

qvvonk commented Jan 1, 2025

Hello, @jackichad !
Im not able to check my update rn, so, if you can, it will be awesome.

https://github.com/qvvonk/smart_replays/blob/version_parse_patch/smart_replays.py

@qvvonk qvvonk linked a pull request Jan 1, 2025 that will close this issue
@qvvonk
Copy link
Owner

qvvonk commented Jan 1, 2025

@qvvonk qvvonk closed this as completed Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants