Ticket #64314: Bash log.txt

File Bash log.txt, 3.8 KB (added by leeeoooooo, 2 years ago)

MyPaint install and launch to failure in Bash

Line 
1--->  Installing MyPaint @2.0.1_1
2--->  Activating MyPaint @2.0.1_1
3--->  Cleaning MyPaint
4--->  Updating database of binaries
5--->  Scanning binaries for linking errors
6--->  No broken files found.                             
7--->  No broken ports found.
8LeoMac:~ leeeoooooo$ MyPaint
9INFO: mypaint: Installation layout: conventional POSIX-like structure with prefix '/opt/local/Library/Frameworks/Python.framework/Versions/3.8'
10Traceback (most recent call last):
11  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/numpy/core/__init__.py", line 23, in <module>
12    from . import multiarray
13  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/numpy/core/multiarray.py", line 10, in <module>
14    from . import overrides
15  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/numpy/core/overrides.py", line 6, in <module>
16    from numpy.core._multiarray_umath import (
17ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/numpy/core/_multiarray_umath.cpython-38-darwin.so, 2): Symbol not found: _Dragon4_PrintFloat_Intel_extended128
18  Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/numpy/core/_multiarray_umath.cpython-38-darwin.so
19  Expected in: flat namespace
20 in /opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/numpy/core/_multiarray_umath.cpython-38-darwin.so
21
22During handling of the above exception, another exception occurred:
23
24Traceback (most recent call last):
25  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/numpy/__init__.py", line 144, in <module>
26    from . import core
27  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/numpy/core/__init__.py", line 49, in <module>
28    raise ImportError(msg)
29ImportError:
30
31IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
32
33Importing the numpy C-extensions failed. This error can happen for
34many reasons, often due to issues with your setup or how NumPy was
35installed.
36
37We have compiled some common reasons and troubleshooting tips at:
38
39    https://numpy.org/devdocs/user/troubleshooting-importerror.html
40
41Please note and check the following:
42
43  * The Python version is: Python3.8 from "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8"
44  * The NumPy version is: "1.22.0"
45
46and make sure that they are the versions you expect.
47Please carefully study the documentation linked above for further help.
48
49Original error was: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/numpy/core/_multiarray_umath.cpython-38-darwin.so, 2): Symbol not found: _Dragon4_PrintFloat_Intel_extended128
50  Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/numpy/core/_multiarray_umath.cpython-38-darwin.so
51  Expected in: flat namespace
52 in /opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/numpy/core/_multiarray_umath.cpython-38-darwin.so
53
54Traceback (most recent call last):
55  File "/opt/local/bin/MyPaint", line 293, in <module>
56    = get_paths()
57  File "/opt/local/bin/MyPaint", line 241, in get_paths
58    from lib import fileutils
59  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/mypaint/lib/fileutils.py", line 25, in <module>
60    import lib.helpers
61  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/mypaint/lib/helpers.py", line 25, in <module>
62    from . import mypaintlib
63  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/mypaint/lib/mypaintlib.py", line 13, in <module>
64    from . import _mypaintlib
65ImportError: numpy.core.multiarray failed to import