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)
[39427] Failed to execute script main
Traceback (most recent call last):
File "main.py", line 85, in <module>
File "argv/__init__.py", line 27, in run
File "argparse.py", line 1755, in parse_args
File "argparse.py", line 1787, in parse_known_args
File "argparse.py", line 1975, in _parse_known_args
File "argparse.py", line 1952, in consume_positionals
File "argparse.py", line 1861, in take_action
File "argparse.py", line 1158, in __call__
File "argparse.py", line 1787, in parse_known_args
File "argparse.py", line 1993, in _parse_known_args
File "argparse.py", line 1933, in consume_optional
File "argparse.py", line 1845, in take_action
File "argparse.py", line 2376, in _get_values
File "argparse.py", line 2409, in _get_value
File "argv/run/argument.py", line 177, in type_func
AttributeError: '_MutuallyExclusiveGroup' object has no attribute 'error'
Traceback (most recent call last):
File "main.py", line 85, in <module>
File "argv/__init__.py", line 27, in run
File "argparse.py", line 1755, in parse_args
File "argparse.py", line 1787, in parse_known_args
File "argparse.py", line 1975, in _parse_known_args
File "argparse.py", line 1952, in consume_positionals
File "argparse.py", line 1861, in take_action
File "argparse.py", line 1158, in __call__
File "argparse.py", line 1787, in parse_known_args
File "argparse.py", line 1993, in _parse_known_args
File "argparse.py", line 1933, in consume_optional
File "argparse.py", line 1845, in take_action
File "argparse.py", line 2376, in _get_values
File "argparse.py", line 2409, in _get_value
File "argv/run/argument.py", line 177, in type_func
AttributeError: '_MutuallyExclusiveGroup' object has no attribute 'error'
at X.getPowerError (webpack:///modules/nudify/photo-run.js:577:259)
at file:///media/DATA/.DT145/resources/app.asar/dist/assets/6421d83.js:1:11334
at CallbacksRegistry.apply (electron/js2c/renderer_init.js:107:792)
at electron/js2c/renderer_init.js:83:4772
at EventEmitter.<anonymous> (electron/js2c/renderer_init.js:83:4513)
at EventEmitter.emit (events.js:310:20)
at Object.onMessage (electron/js2c/renderer_init.js:91:818)
Anyone seen this?