You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, the new documentation website causes the windows build to fail. The specific error that @kdottiemo ran into is
Traceback (most recent call last):
File "C:\Users\kdmoore2\AppData\Local\Continuum\Anaconda2\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27, in <module>
exec(code, m.__dict__)
File "Calipso.py", line 22, in <module>
File "C:\Users\kdmoore2\Documents\VOCALgit\vocal\calipso\attributesdialog.py", line 11, in <module>
from log.log import logger
File "ExtensionLoader_log_log.py", line 22, in <module>
File "ExtensionLoader_log_log.py", line 14, in __bootstrap__
ImportError: DLL load failed: %1 is not a valid Win32 application.
For some reason, the new documentation website causes the windows build to fail. The specific error that @kdottiemo ran into is
Possible causes:
Note this is not a critical issue, as it can be resolved by removing the docs folder before generating a release.
The text was updated successfully, but these errors were encountered: