kolessios on master
@dreamnet/app small improvement… (compare)
kolessios on master
@dreamnet/settings-loader (compare)
kolessios on master
Improvements to ESLint Configs. (compare)
dependabot[bot] on npm_and_yarn
Bump axios from 0.20.0 to 0.21.… (compare)
change code:
if PILLOW_VERSION != getattr(core, 'PILLOW_VERSION', None):
raise ImportError("The _imaging extension was built for another "
" version of Pillow or PIL")
change that to:
if core.PILLOW_VERSION != getattr(core, 'PILLOW_VERSION', None):
raise ImportError("The _imaging extension was built for another "
" version of Pillow or PIL")
Found the folder! I tried to install Dreampower V 1.2.12 manually (downloading in Dreamtime doesn't work for me), but I get two error messages when starting Dreamtime: libxcb.1.dylib is corrupted. When Dreamtime opens I get this error in the blackbox (I did follow all the steps to open apps from unidentified developers):
INTERNAL ERROR!
DreamTime has not been able to verify that DreamPower works correctly, please fix this issue before continuing. Visit the website with the most common problems or our chat for technical support.
Error: [2585] Failed to execute script main
Traceback (most recent call last):
File "main.py", line 9, in <module>
File "/Users/runner/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 493, in exec_module
File "argv/init.py", line 7, in <module>
File "/Users/runner/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 493, in exec_module
File "argv/checkpoints.py", line 4, in <module>
File "/Users/runner/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 493, in exec_module
File "checkpoints.py", line 9, in <module>
File "/Users/runner/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 493, in exec_module
File "utils.py", line 16, in <module>
File "/Users/runner/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 493, in exec_module
File "PIL/Image.py", line 93, in <module>
ImportError: dlopen(/Users/[ MACBOOK NAME]/Library/Application Support/dreamtime/dreampower/PIL/_imaging.cpython-37m-darwin.so, 2): Library not loaded: @loader_path/../libxcb.1.dylib
Referenced from: /Users/[ MACBOOK NAME]/Library/Application Support/dreamtime/dreampower/PIL/_imaging.cpython-37m-darwin.so
Reason: no suitable image found. Did find:
/Users/[ MACBOOK NAME]/Library/Application Support/dreamtime/dreampower/PIL/../libxcb.1.dylib: code signature in (/Users/[ MACBOOK NAME]/Library/Application Support/dreamtime/dreampower/PIL/../libxcb.1.dylib) not valid for use in process using Library Validation: library load disallowed by system policy
/Users/[MACBOOK NAME]/Library/Application Support/dreamtime/dreampower/PIL/../libxcb.1.dylib: code signature in (/Users/[ MACBOOK NAME]/Library/Application Support/dreamtime/dreampower/PIL/../libxcb.1.dylib) not valid for use in process using Library Validation: library load disallowed by system policy
/Users/[ MACBOOK NAME]/Library/Application Support/dreamtime/dreampower/PIL/../libxcb.1.dylib: stat() failed with errno=1
at ChildProcess.<anonymous> (/Applications/DreamTime.app/Contents/Resources/app.asar/electron/dist/modules/tools/power.js:31:482)
at ChildProcess.emit (events.js:310:20)
at maybeClose (internal/child_process.js:1021:16)
at Socket.<anonymous> (internal/child_process.js:443:11)
at Socket.emit (events.js:310:20)
at Pipe.<anonymous> (net.js:672:12)