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

Standalone not installing properly over old versions #119

Closed
octimot opened this issue Jul 10, 2023 · 2 comments
Closed

Standalone not installing properly over old versions #119

octimot opened this issue Jul 10, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@octimot
Copy link
Owner

octimot commented Jul 10, 2023

          Upon installing the Patreon version and running for the first time, I got this:

numpy_distributor_init.py:30: UserWarning: loaded more than 1 DLL from .libs:
C:\Users\mrgre\AppData\Local\Programs\StoryToolkitAI\numpy.libs\libopenblas.FB5AE2TYXYH2IJRDKGDGQ3XBKLKTF43H.gfortran-win_amd64.dll
C:\Users\mrgre\AppData\Local\Programs\StoryToolkitAI\numpy.libs\libopenblas64__v0.3.21-gcc_10_3_0.dll
warnings.warn("loaded more than 1 DLL from .libs:"
ERROR: Traceback (most recent call last):
File "storytoolkitai_main_.py", line 57, in
File "pkg_resources_init_.py", line 909, in require
File "pkg_resources_init_.py", line 800, in resolve
pkg_resources.ContextualVersionConflict: (decorator 5.1.1 (c:\users\mrgre\appdata\local\programs\storytoolkitai), Requirement.parse('decorator<5.0,>=4.0.2'), {'moviepy'})

WARNING: Some of the packages required to run StoryToolkitAI are missing from your Python environment.

WARNING:
If you are running the standalone version of the app, please report this error to the developers together with the log file found at: app.log.txt
INFO: Running post-update tasks for 0.19.4...
INFO: Updated config file C:\Users\mrgre\StoryToolkitAI\config.json with last_update data.
INFO: Config file C:\Users\mrgre\StoryToolkitAI\config.json saved.
INFO: Running StoryToolkitAI version 0.19.4 (standalone)
numpy_distributor_init.py:30: UserWarning: loaded more than 1 DLL from .libs:
C:\Users\mrgre\AppData\Local\Programs\StoryToolkitAI\numpy.libs\libopenblas.FB5AE2TYXYH2IJRDKGDGQ3XBKLKTF43H.gfortran-win_amd64.dll
C:\Users\mrgre\AppData\Local\Programs\StoryToolkitAI\numpy.libs\libopenblas64__v0.3.21-gcc_10_3_0.dll
warnings.warn("loaded more than 1 DLL from .libs:"
INFO: Starting StoryToolkitAI GUI
ERROR: Traceback (most recent call last):
File "storytoolkitai_main_.py", line 57, in
File "pkg_resources_init_.py", line 909, in require
File "pkg_resources_init_.py", line 800, in resolve
pkg_resources.ContextualVersionConflict: (decorator 5.1.1 (c:\users\mrgre\appdata\local\programs\storytoolkitai), Requirement.parse('decorator<5.0,>=4.0.2'), {'moviepy'})

WARNING: Some of the packages required to run StoryToolkitAI are missing from your Python environment.

WARNING:
If you are running the standalone version of the app, please report this error to the developers together with the log file found at: C:\Users\mrgre\StoryToolkitAI\app.log

usage: StoryToolkitAI.0.19.4.WIN.exe [-h] [--mode {gui,cli}] [--debug] [--noresolve]
[--skip-python-check] [--skip-update-check]
[--output-dir OUTPUT_DIR]
[--resolve-render "KEY1=VALUE1", "KEY2=VALUE2", ..."]
[--resolve-render-job "JOB_ID"]
[--resolve-render-data "JSON_DATA"]
StoryToolkitAI.0.19.4.WIN.exe: error: unrecognized arguments: C:\Users\mrgre\AppData\Local\Programs\StoryToolkitAI\StoryToolkitAI.0.19.4.WIN.exe

Originally posted by @co50 in #118 (comment)

@octimot
Copy link
Owner Author

octimot commented Jul 10, 2023

@co50

This seems to happen for some reason when installing over early versions - we'll try to do a better job with the installer ASAP.

Please try to uninstall the tool completely from your system and re-install, then let me know if this is still happening.

Cheers!

@octimot octimot changed the title Standalone installation issues when installing over old versions Standalone not installing properly over old versions Jan 10, 2024
@octimot octimot added the bug Something isn't working label Jan 10, 2024
@octimot
Copy link
Owner Author

octimot commented Jan 27, 2024

This was fixed starting with version 0.23.1: the installer now deletes all the files from the installation directory to prevent keeping packages that we don't need.

@octimot octimot closed this as completed Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant