cooperdk / YAPO-e-plus

YAPO e+ - Yet Another Porn Organizer (extended)
https://github.com/cooperdk/YAPO-e-plus
GNU General Public License v3.0
144 stars 15 forks source link

Startup Error #61

Closed ghost closed 3 years ago

ghost commented 3 years ago

Run the program, seems to setup fine.

When first run the following error appears on web page -

Internal Server Error

The server encountered an unexpected internal server error

(generated by waitress)

Error appears on console

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed.

We have compiled some common reasons and troubleshooting tips at:

https://numpy.org/devdocs/user/troubleshooting-importerror.html

Please note and check the following:

and make sure that they are the versions you expect. Please carefully study the documentation linked above for further help.

Original error was: DLL load failed while importing _multiarray_umath: The specified module could not be found.

ERROR:waitress:Exception while serving /favicon.ico Traceback (most recent call last): File "numpy\core__init__.py", line 22, in File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module File "numpy\core\multiarray.py", line 12, in File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module File "numpy\core\overrides.py", line 7, in ImportError: DLL load failed while importing _multiarray_umath: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "django\core\handlers\exception.py", line 47, in inner response = get_response(request) File "django\utils\deprecation.py", line 113, in call response = self.process_request(request) File "django\middleware\common.py", line 53, in process_request if self.should_redirect_with_slash(request): File "django\middleware\common.py", line 71, in should_redirect_with_slash not is_valid_path(request.path_info, urlconf) and File "django\urls\base.py", line 154, in is_valid_path resolve(path, urlconf) File "django\urls\base.py", line 25, in resolve return get_resolver(urlconf).resolve(path) File "django\urls\resolvers.py", line 545, in resolve for pattern in self.url_patterns: File "django\utils\functional.py", line 48, in get res = instance.dict[self.name] = self.func(instance) File "django\urls\resolvers.py", line 589, in url_patterns patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module) File "django\utils\functional.py", line 48, in get res = instance.dict[self.name] = self.func(instance) File "django\urls\resolvers.py", line 582, in urlconf_module return import_module(self.urlconf_name) File "importlib__init.py", line 127, in import_module File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module File "urls.py", line 27, in File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module File "views.py", line 10, in File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module File "addScenes.py", line 8, in File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module File "videosheet.py", line 49, in File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module File "numpy\init.py", line 145, in File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module File "numpy\core\init__.py", line 48, in ImportError:

cooperdk commented 3 years ago

Hello @jason4bury2 and thanks for your report.

I haven't heard of this issue before nor can I reproduce it. I can see that it is caused by the application not being able to find certain libraries which are combined in a DLL. (the issue has been reported regarding other software, but in those cases, the below file was not included in the pakage).

There should be a DLL in the YAPO main folder named:

libopenblas.PYQHXLVVQ7VESDPUVUADXEVJOBGHJPAY.gfortran-win_amd64.dll

If it's not there, it has been removed either by mistake or by other software.

The compiled version of YAPO works fine for me, at least, both on my own machine, and on a laptop without Python or any other software,

I will leave this issue open for you to respond and just in case others have the same issue.

cooperdk commented 3 years ago

I apologize, I tested just now once more, and I had the same error that you get.

I will re-compile the package and post it ASAP.

Sorry for the inconvenience.

cooperdk commented 3 years ago

Hi again @jason4bury2,

The application setup is now updated on the releases page and on the YAPO website (which is "still coming soon")...

I have tested it, don't know what went wrong with the last compile, but it works 100% now. Also, latest changes are included.

TimstaH commented 3 years ago

Hi again @jason4bury2,

The application setup is now updated on the releases page and on the YAPO website (which is "still coming soon")...

I have tested it, don't know what went wrong with the last compile, but it works 100% now. Also, latest changes are included.

Thank you, I also had the same problem as the OP. Installed the updated package and YAPO is now opening without the errorr.

Thanks very much xD

ghost commented 3 years ago

Hi, Working fine now. Only one thing, I just re-downloaded and install the exe. https://github.com/cooperdk/YAPO-e-plus/releases/download/0.7.6.4/YAPO-eplus.exe The version number on the opening screen still says 0.76.3. Not sure if this is correct. Thanks,Jason On Monday, 22 February 2021, 03:01:12 GMT, TimstaH notifications@github.com wrote:

Hi again @jason4bury2,

The application setup is now updated on the releases page and on the YAPO website (which is "still coming soon")...

I have tested it, don't know what went wrong with the last compile, but it works 100% now. Also, latest changes are included.

Thank you, I also had the same problem as the OP. Installed the updated package and YAPO is now opening without the errorr.

Thanks very much xD

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

cooperdk commented 3 years ago

@TimstaH Thank you for your feedback.

Please make sure to update again though, as there was an error in the Freeones (actor) scraper that could potentially cause a lock situation on any added folder in process of scan. The update, if installed on top of your current install, will not delete anything. You can choose to just get the zip file (although I just did add a feature to disable automatic browser opening on program start).

MrX292 commented 3 years ago

@cooperdk got the same error on 0.7.6.4 (bugfix build)

cooperdk commented 3 years ago

@MrX292,

This is odd. Are you sure you overwrote all files etc?

Because I have just tested it in two different locations on my PC as well as in a virtual machine, and it works fine.

I will do another test on another pc and get back to this thread.

MrX292 commented 3 years ago

@cooperdk did a clean installation with YAPO-eplus.exe

01:16:47 [INFO ]     This is a compiled build of version 0.7.6.4. The latest Git version is 0.7.6.4.

Scenes: 0 (no space on disk). Scene tags available: 0
Actors: 0 Actor tags available: 0.

Performed a database backup to C:\YAPO\database\db.sqlite3.backup

Actors dumped to C:\YAPO\data\actors_dump.txt

You have 31 GB available. CPU speed is 3.6 GHz and you have 8 cores available.
Video processing configuration is True.

Site to open: http://127.0.0.1:8000/

YAPO configured URL: "127.0.0.1:8000"
Serving on http://MININT-NUK4DIV:8000
ERROR:waitress:Exception while serving /
Traceback (most recent call last):
  File "numpy\core\__init__.py", line 22, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\multiarray.py", line 12, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\overrides.py", line 7, in <module>
ImportError: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "django\core\handlers\exception.py", line 47, in inner
    response = get_response(request)
  File "django\core\handlers\base.py", line 167, in _get_response
    callback, callback_args, callback_kwargs = self.resolve_request(request)
  File "django\core\handlers\base.py", line 290, in resolve_request
    resolver_match = resolver.resolve(request.path_info)
  File "django\urls\resolvers.py", line 545, in resolve
    for pattern in self.url_patterns:
  File "django\utils\functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "django\urls\resolvers.py", line 589, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "django\utils\functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "django\urls\resolvers.py", line 582, in urlconf_module
    return import_module(self.urlconf_name)
  File "importlib\__init__.py", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "urls.py", line 27, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "views.py", line 10, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "addScenes.py", line 8, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "videosheet.py", line 49, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\__init__.py", line 145, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\__init__.py", line 48, in <module>
ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.

We have compiled some common reasons and troubleshooting tips at:

    https://numpy.org/devdocs/user/troubleshooting-importerror.html

Please note and check the following:

  * The Python version is: Python3.8 from "C:\YAPO\yapo-eplus.exe"
  * The NumPy version is: "1.20.1"

and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.

Original error was: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "numpy\core\__init__.py", line 22, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\multiarray.py", line 12, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\overrides.py", line 7, in <module>
ImportError: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "django\core\handlers\exception.py", line 47, in inner
    response = get_response(request)
  File "django\utils\deprecation.py", line 114, in __call__
    response = response or self.get_response(request)
  File "django\core\handlers\exception.py", line 49, in inner
    response = response_for_exception(request, exc)
  File "django\core\handlers\exception.py", line 103, in response_for_exception
    response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info())
  File "django\core\handlers\exception.py", line 141, in handle_uncaught_exception
    callback, param_dict = resolver.resolve_error_handler(500)
  File "django\urls\resolvers.py", line 602, in resolve_error_handler
    callback = getattr(self.urlconf_module, 'handler%s' % view_type, None)
  File "django\utils\functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "django\urls\resolvers.py", line 582, in urlconf_module
    return import_module(self.urlconf_name)
  File "importlib\__init__.py", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "urls.py", line 27, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "views.py", line 10, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "addScenes.py", line 8, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "videosheet.py", line 49, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\__init__.py", line 145, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\__init__.py", line 48, in <module>
ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.

We have compiled some common reasons and troubleshooting tips at:

    https://numpy.org/devdocs/user/troubleshooting-importerror.html

Please note and check the following:

  * The Python version is: Python3.8 from "C:\YAPO\yapo-eplus.exe"
  * The NumPy version is: "1.20.1"

and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.

Original error was: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "numpy\core\__init__.py", line 22, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\multiarray.py", line 12, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\overrides.py", line 7, in <module>
ImportError: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "django\core\handlers\exception.py", line 47, in inner
    response = get_response(request)
  File "django\utils\deprecation.py", line 114, in __call__
    response = response or self.get_response(request)
  File "django\core\handlers\exception.py", line 49, in inner
    response = response_for_exception(request, exc)
  File "django\core\handlers\exception.py", line 103, in response_for_exception
    response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info())
  File "django\core\handlers\exception.py", line 141, in handle_uncaught_exception
    callback, param_dict = resolver.resolve_error_handler(500)
  File "django\urls\resolvers.py", line 602, in resolve_error_handler
    callback = getattr(self.urlconf_module, 'handler%s' % view_type, None)
  File "django\utils\functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "django\urls\resolvers.py", line 582, in urlconf_module
    return import_module(self.urlconf_name)
  File "importlib\__init__.py", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "urls.py", line 27, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "views.py", line 10, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "addScenes.py", line 8, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "videosheet.py", line 49, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\__init__.py", line 145, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\__init__.py", line 48, in <module>
ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.

We have compiled some common reasons and troubleshooting tips at:

    https://numpy.org/devdocs/user/troubleshooting-importerror.html

Please note and check the following:

  * The Python version is: Python3.8 from "C:\YAPO\yapo-eplus.exe"
  * The NumPy version is: "1.20.1"

and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.

Original error was: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "numpy\core\__init__.py", line 22, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\multiarray.py", line 12, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\overrides.py", line 7, in <module>
ImportError: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "django\core\handlers\exception.py", line 47, in inner
    response = get_response(request)
  File "django\utils\deprecation.py", line 114, in __call__
    response = response or self.get_response(request)
  File "django\core\handlers\exception.py", line 49, in inner
    response = response_for_exception(request, exc)
  File "django\core\handlers\exception.py", line 103, in response_for_exception
    response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info())
  File "django\core\handlers\exception.py", line 141, in handle_uncaught_exception
    callback, param_dict = resolver.resolve_error_handler(500)
  File "django\urls\resolvers.py", line 602, in resolve_error_handler
    callback = getattr(self.urlconf_module, 'handler%s' % view_type, None)
  File "django\utils\functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "django\urls\resolvers.py", line 582, in urlconf_module
    return import_module(self.urlconf_name)
  File "importlib\__init__.py", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "urls.py", line 27, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "views.py", line 10, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "addScenes.py", line 8, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "videosheet.py", line 49, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\__init__.py", line 145, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\__init__.py", line 48, in <module>
ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.

We have compiled some common reasons and troubleshooting tips at:

    https://numpy.org/devdocs/user/troubleshooting-importerror.html

Please note and check the following:

  * The Python version is: Python3.8 from "C:\YAPO\yapo-eplus.exe"
  * The NumPy version is: "1.20.1"

and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.

Original error was: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "numpy\core\__init__.py", line 22, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\multiarray.py", line 12, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\overrides.py", line 7, in <module>
ImportError: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "django\core\handlers\exception.py", line 47, in inner
    response = get_response(request)
  File "django\utils\deprecation.py", line 114, in __call__
    response = response or self.get_response(request)
  File "django\core\handlers\exception.py", line 49, in inner
    response = response_for_exception(request, exc)
  File "django\core\handlers\exception.py", line 103, in response_for_exception
    response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info())
  File "django\core\handlers\exception.py", line 141, in handle_uncaught_exception
    callback, param_dict = resolver.resolve_error_handler(500)
  File "django\urls\resolvers.py", line 602, in resolve_error_handler
    callback = getattr(self.urlconf_module, 'handler%s' % view_type, None)
  File "django\utils\functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "django\urls\resolvers.py", line 582, in urlconf_module
    return import_module(self.urlconf_name)
  File "importlib\__init__.py", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "urls.py", line 27, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "views.py", line 10, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "addScenes.py", line 8, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "videosheet.py", line 49, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\__init__.py", line 145, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\__init__.py", line 48, in <module>
ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.

We have compiled some common reasons and troubleshooting tips at:

    https://numpy.org/devdocs/user/troubleshooting-importerror.html

Please note and check the following:

  * The Python version is: Python3.8 from "C:\YAPO\yapo-eplus.exe"
  * The NumPy version is: "1.20.1"

and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.

Original error was: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "numpy\core\__init__.py", line 22, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\multiarray.py", line 12, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\overrides.py", line 7, in <module>
ImportError: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "django\core\handlers\exception.py", line 47, in inner
    response = get_response(request)
  File "django\utils\deprecation.py", line 114, in __call__
    response = response or self.get_response(request)
  File "django\core\handlers\exception.py", line 49, in inner
    response = response_for_exception(request, exc)
  File "django\core\handlers\exception.py", line 103, in response_for_exception
    response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info())
  File "django\core\handlers\exception.py", line 141, in handle_uncaught_exception
    callback, param_dict = resolver.resolve_error_handler(500)
  File "django\urls\resolvers.py", line 602, in resolve_error_handler
    callback = getattr(self.urlconf_module, 'handler%s' % view_type, None)
  File "django\utils\functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "django\urls\resolvers.py", line 582, in urlconf_module
    return import_module(self.urlconf_name)
  File "importlib\__init__.py", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "urls.py", line 27, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "views.py", line 10, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "addScenes.py", line 8, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "videosheet.py", line 49, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\__init__.py", line 145, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\__init__.py", line 48, in <module>
ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.

We have compiled some common reasons and troubleshooting tips at:

    https://numpy.org/devdocs/user/troubleshooting-importerror.html

Please note and check the following:

  * The Python version is: Python3.8 from "C:\YAPO\yapo-eplus.exe"
  * The NumPy version is: "1.20.1"

and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.

Original error was: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "numpy\core\__init__.py", line 22, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\multiarray.py", line 12, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\overrides.py", line 7, in <module>
ImportError: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "django\core\handlers\exception.py", line 47, in inner
    response = get_response(request)
  File "django\utils\deprecation.py", line 114, in __call__
    response = response or self.get_response(request)
  File "django\core\handlers\exception.py", line 49, in inner
    response = response_for_exception(request, exc)
  File "django\core\handlers\exception.py", line 103, in response_for_exception
    response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info())
  File "django\core\handlers\exception.py", line 141, in handle_uncaught_exception
    callback, param_dict = resolver.resolve_error_handler(500)
  File "django\urls\resolvers.py", line 602, in resolve_error_handler
    callback = getattr(self.urlconf_module, 'handler%s' % view_type, None)
  File "django\utils\functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "django\urls\resolvers.py", line 582, in urlconf_module
    return import_module(self.urlconf_name)
  File "importlib\__init__.py", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "urls.py", line 27, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "views.py", line 10, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "addScenes.py", line 8, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "videosheet.py", line 49, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\__init__.py", line 145, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\__init__.py", line 48, in <module>
ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.

We have compiled some common reasons and troubleshooting tips at:

    https://numpy.org/devdocs/user/troubleshooting-importerror.html

Please note and check the following:

  * The Python version is: Python3.8 from "C:\YAPO\yapo-eplus.exe"
  * The NumPy version is: "1.20.1"

and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.

Original error was: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "numpy\core\__init__.py", line 22, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\multiarray.py", line 12, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\overrides.py", line 7, in <module>
ImportError: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "django\core\handlers\exception.py", line 47, in inner
    response = get_response(request)
  File "django\utils\deprecation.py", line 114, in __call__
    response = response or self.get_response(request)
  File "django\core\handlers\exception.py", line 49, in inner
    response = response_for_exception(request, exc)
  File "django\core\handlers\exception.py", line 103, in response_for_exception
    response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info())
  File "django\core\handlers\exception.py", line 141, in handle_uncaught_exception
    callback, param_dict = resolver.resolve_error_handler(500)
  File "django\urls\resolvers.py", line 602, in resolve_error_handler
    callback = getattr(self.urlconf_module, 'handler%s' % view_type, None)
  File "django\utils\functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "django\urls\resolvers.py", line 582, in urlconf_module
    return import_module(self.urlconf_name)
  File "importlib\__init__.py", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "urls.py", line 27, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "views.py", line 10, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "addScenes.py", line 8, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "videosheet.py", line 49, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\__init__.py", line 145, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\__init__.py", line 48, in <module>
ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.

We have compiled some common reasons and troubleshooting tips at:

    https://numpy.org/devdocs/user/troubleshooting-importerror.html

Please note and check the following:

  * The Python version is: Python3.8 from "C:\YAPO\yapo-eplus.exe"
  * The NumPy version is: "1.20.1"

and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.

Original error was: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "numpy\core\__init__.py", line 22, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\multiarray.py", line 12, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\overrides.py", line 7, in <module>
ImportError: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "waitress\channel.py", line 350, in service
  File "waitress\task.py", line 171, in service
  File "waitress\task.py", line 441, in execute
  File "static_ranges.py", line 185, in __call__
  File "dj_static.py", line 83, in __call__
  File "dj_static.py", line 83, in __call__
  File "django\core\handlers\wsgi.py", line 133, in __call__
    response = self.get_response(request)
  File "django\core\handlers\base.py", line 130, in get_response
    response = self._middleware_chain(request)
  File "django\core\handlers\exception.py", line 49, in inner
    response = response_for_exception(request, exc)
  File "django\core\handlers\exception.py", line 103, in response_for_exception
    response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info())
  File "django\core\handlers\exception.py", line 141, in handle_uncaught_exception
    callback, param_dict = resolver.resolve_error_handler(500)
  File "django\urls\resolvers.py", line 602, in resolve_error_handler
    callback = getattr(self.urlconf_module, 'handler%s' % view_type, None)
  File "django\utils\functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "django\urls\resolvers.py", line 582, in urlconf_module
    return import_module(self.urlconf_name)
  File "importlib\__init__.py", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "urls.py", line 27, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "views.py", line 10, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "addScenes.py", line 8, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "videosheet.py", line 49, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\__init__.py", line 145, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\__init__.py", line 48, in <module>
ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.

We have compiled some common reasons and troubleshooting tips at:

    https://numpy.org/devdocs/user/troubleshooting-importerror.html

Please note and check the following:

  * The Python version is: Python3.8 from "C:\YAPO\yapo-eplus.exe"
  * The NumPy version is: "1.20.1"

and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.

Original error was: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

ERROR:waitress:Exception while serving /favicon.ico
Traceback (most recent call last):
  File "numpy\core\__init__.py", line 22, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\multiarray.py", line 12, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\overrides.py", line 7, in <module>
ImportError: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "django\core\handlers\exception.py", line 47, in inner
    response = get_response(request)
  File "django\utils\deprecation.py", line 113, in __call__
    response = self.process_request(request)
  File "django\middleware\common.py", line 53, in process_request
    if self.should_redirect_with_slash(request):
  File "django\middleware\common.py", line 71, in should_redirect_with_slash
    not is_valid_path(request.path_info, urlconf) and
  File "django\urls\base.py", line 154, in is_valid_path
    resolve(path, urlconf)
  File "django\urls\base.py", line 25, in resolve
    return get_resolver(urlconf).resolve(path)
  File "django\urls\resolvers.py", line 545, in resolve
    for pattern in self.url_patterns:
  File "django\utils\functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "django\urls\resolvers.py", line 589, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "django\utils\functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "django\urls\resolvers.py", line 582, in urlconf_module
    return import_module(self.urlconf_name)
  File "importlib\__init__.py", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "urls.py", line 27, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "views.py", line 10, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "addScenes.py", line 8, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "videosheet.py", line 49, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\__init__.py", line 145, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\__init__.py", line 48, in <module>
ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.

We have compiled some common reasons and troubleshooting tips at:

    https://numpy.org/devdocs/user/troubleshooting-importerror.html

Please note and check the following:

  * The Python version is: Python3.8 from "C:\YAPO\yapo-eplus.exe"
  * The NumPy version is: "1.20.1"

and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.

Original error was: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "numpy\core\__init__.py", line 22, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\multiarray.py", line 12, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\overrides.py", line 7, in <module>
ImportError: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "django\core\handlers\exception.py", line 47, in inner
    response = get_response(request)
  File "django\utils\deprecation.py", line 114, in __call__
    response = response or self.get_response(request)
  File "django\core\handlers\exception.py", line 49, in inner
    response = response_for_exception(request, exc)
  File "django\core\handlers\exception.py", line 103, in response_for_exception
    response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info())
  File "django\core\handlers\exception.py", line 141, in handle_uncaught_exception
    callback, param_dict = resolver.resolve_error_handler(500)
  File "django\urls\resolvers.py", line 602, in resolve_error_handler
    callback = getattr(self.urlconf_module, 'handler%s' % view_type, None)
  File "django\utils\functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "django\urls\resolvers.py", line 582, in urlconf_module
    return import_module(self.urlconf_name)
  File "importlib\__init__.py", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "urls.py", line 27, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "views.py", line 10, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "addScenes.py", line 8, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "videosheet.py", line 49, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\__init__.py", line 145, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\__init__.py", line 48, in <module>
ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.

We have compiled some common reasons and troubleshooting tips at:

    https://numpy.org/devdocs/user/troubleshooting-importerror.html

Please note and check the following:

  * The Python version is: Python3.8 from "C:\YAPO\yapo-eplus.exe"
  * The NumPy version is: "1.20.1"

and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.

Original error was: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "numpy\core\__init__.py", line 22, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\multiarray.py", line 12, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\overrides.py", line 7, in <module>
ImportError: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "django\core\handlers\exception.py", line 47, in inner
    response = get_response(request)
  File "django\utils\deprecation.py", line 114, in __call__
    response = response or self.get_response(request)
  File "django\core\handlers\exception.py", line 49, in inner
    response = response_for_exception(request, exc)
  File "django\core\handlers\exception.py", line 103, in response_for_exception
    response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info())
  File "django\core\handlers\exception.py", line 141, in handle_uncaught_exception
    callback, param_dict = resolver.resolve_error_handler(500)
  File "django\urls\resolvers.py", line 602, in resolve_error_handler
    callback = getattr(self.urlconf_module, 'handler%s' % view_type, None)
  File "django\utils\functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "django\urls\resolvers.py", line 582, in urlconf_module
    return import_module(self.urlconf_name)
  File "importlib\__init__.py", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "urls.py", line 27, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "views.py", line 10, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "addScenes.py", line 8, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "videosheet.py", line 49, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\__init__.py", line 145, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\__init__.py", line 48, in <module>
ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.

We have compiled some common reasons and troubleshooting tips at:

    https://numpy.org/devdocs/user/troubleshooting-importerror.html

Please note and check the following:

  * The Python version is: Python3.8 from "C:\YAPO\yapo-eplus.exe"
  * The NumPy version is: "1.20.1"

and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.

Original error was: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "numpy\core\__init__.py", line 22, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\multiarray.py", line 12, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\overrides.py", line 7, in <module>
ImportError: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "waitress\channel.py", line 350, in service
  File "waitress\task.py", line 171, in service
  File "waitress\task.py", line 441, in execute
  File "static_ranges.py", line 185, in __call__
  File "dj_static.py", line 83, in __call__
  File "dj_static.py", line 83, in __call__
  File "django\core\handlers\wsgi.py", line 133, in __call__
    response = self.get_response(request)
  File "django\core\handlers\base.py", line 130, in get_response
    response = self._middleware_chain(request)
  File "django\core\handlers\exception.py", line 49, in inner
    response = response_for_exception(request, exc)
  File "django\core\handlers\exception.py", line 103, in response_for_exception
    response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info())
  File "django\core\handlers\exception.py", line 141, in handle_uncaught_exception
    callback, param_dict = resolver.resolve_error_handler(500)
  File "django\urls\resolvers.py", line 602, in resolve_error_handler
    callback = getattr(self.urlconf_module, 'handler%s' % view_type, None)
  File "django\utils\functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "django\urls\resolvers.py", line 582, in urlconf_module
    return import_module(self.urlconf_name)
  File "importlib\__init__.py", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "urls.py", line 27, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "views.py", line 10, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "addScenes.py", line 8, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "videosheet.py", line 49, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\__init__.py", line 145, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
  File "numpy\core\__init__.py", line 48, in <module>
ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.

We have compiled some common reasons and troubleshooting tips at:

    https://numpy.org/devdocs/user/troubleshooting-importerror.html

Please note and check the following:

  * The Python version is: Python3.8 from "C:\YAPO\yapo-eplus.exe"
  * The NumPy version is: "1.20.1"

and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.

Original error was: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.
cooperdk commented 3 years ago

@MrX292, @jason4bury2,

I think I have found the cause of the problem. The compiler compresses the DLL which causes an error.

I am going to compile a new build again, this time with other settings. Please, try to download this zip

https://porn-organizer.org/dl/numpy/

and copy the dll inside to the YAPO folder, and let me know.

MrX292 commented 3 years ago

@cooperdk thanks that worked

cooperdk commented 3 years ago

Great! I had the issue before, but for some reason it chooses to compress this file even though compression was disabled.

Thanks for your report. I am now making a new build, but since your copy works, it doesn't matter a lot if you install that. Except, YAPO might be a tiny bit faster when I am disabling compression.

ghost commented 3 years ago

Now working perfectly. Thanks.

cooperdk commented 3 years ago

Great, closing issue.