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
Hello guys, I'm running chia in my Mac mini m1. I have tried to set up the Swar manager but I have an issue when I start with "python manager.py start" (have also tried with "python3" ). The plot with "chia create etc..." is working as normal. I have read that this can come from the arm64 archi of the m1 but I don't know. Somebody has an advice ? Thanks a lot for your help
File "/Users/myusername/Swar-Chia-Plot-Manager/manager.py", line 4, in
from plotmanager.library.utilities.commands import start_manager, stop_manager, view, json_output, analyze_logs
File "/Users/myusername/Swar-Chia-Plot-Manager/plotmanager/library/utilities/commands.py", line 13, in
from plotmanager.library.utilities.jobs import load_jobs
File "/Users/myusername/Swar-Chia-Plot-Manager/plotmanager/library/utilities/jobs.py", line 11, in
from plotmanager.library.utilities.log import get_log_file_name
File "/Users/myusername/Swar-Chia-Plot-Manager/plotmanager/library/utilities/log.py", line 1, in
import dateparser
File "/Users/myusername/Swar-Chia-Plot-Manager/venv/lib/python3.9/site-packages/dateparser/init.py", line 3, in
from .date import DateDataParser
File "/Users/myusername/Swar-Chia-Plot-Manager/venv/lib/python3.9/site-packages/dateparser/date.py", line 6, in
import regex as re
File "/Users/myusername/Swar-Chia-Plot-Manager/venv/lib/python3.9/site-packages/regex/init.py", line 1, in
from .regex import *
File "/Users/myusername/Swar-Chia-Plot-Manager/venv/lib/python3.9/site-packages/regex/regex.py", line 419, in
import regex._regex_core as _regex_core
File "/Users/myusername/Swar-Chia-Plot-Manager/venv/lib/python3.9/site-packages/regex/_regex_core.py", line 21, in
import regex._regex as _regex
ImportError: dlopen(/Users/myusername/Swar-Chia-Plot-Manager/venv/lib/python3.9/site-packages/regex/_regex.cpython-39-darwin.so, 2): no suitable image found. Did find:
/Users/myusername/Swar-Chia-Plot-Manager/venv/lib/python3.9/site-packages/regex/_regex.cpython-39-darwin.so: mach-o, but wrong architecture
/Users/myusername/Swar-Chia-Plot-Manager/venv/lib/python3.9/site-packages/regex/_regex.cpython-39-darwin.so: mach-o, but wrong architecture
The text was updated successfully, but these errors were encountered:
pompotetonpote
changed the title
When " python manager.py start " _regex.cpython-39-darwin.so: mach-o, but wrong architecture
Mac mini M1 When start with " python manager.py start " --> .../_regex.cpython-39-darwin.so: mach-o, but wrong architecture
Jun 19, 2021
Hello guys, I'm running chia in my Mac mini m1. I have tried to set up the Swar manager but I have an issue when I start with "python manager.py start" (have also tried with "python3" ). The plot with "chia create etc..." is working as normal. I have read that this can come from the arm64 archi of the m1 but I don't know. Somebody has an advice ? Thanks a lot for your help
File "/Users/myusername/Swar-Chia-Plot-Manager/manager.py", line 4, in
from plotmanager.library.utilities.commands import start_manager, stop_manager, view, json_output, analyze_logs
File "/Users/myusername/Swar-Chia-Plot-Manager/plotmanager/library/utilities/commands.py", line 13, in
from plotmanager.library.utilities.jobs import load_jobs
File "/Users/myusername/Swar-Chia-Plot-Manager/plotmanager/library/utilities/jobs.py", line 11, in
from plotmanager.library.utilities.log import get_log_file_name
File "/Users/myusername/Swar-Chia-Plot-Manager/plotmanager/library/utilities/log.py", line 1, in
import dateparser
File "/Users/myusername/Swar-Chia-Plot-Manager/venv/lib/python3.9/site-packages/dateparser/init.py", line 3, in
from .date import DateDataParser
File "/Users/myusername/Swar-Chia-Plot-Manager/venv/lib/python3.9/site-packages/dateparser/date.py", line 6, in
import regex as re
File "/Users/myusername/Swar-Chia-Plot-Manager/venv/lib/python3.9/site-packages/regex/init.py", line 1, in
from .regex import *
File "/Users/myusername/Swar-Chia-Plot-Manager/venv/lib/python3.9/site-packages/regex/regex.py", line 419, in
import regex._regex_core as _regex_core
File "/Users/myusername/Swar-Chia-Plot-Manager/venv/lib/python3.9/site-packages/regex/_regex_core.py", line 21, in
import regex._regex as _regex
ImportError: dlopen(/Users/myusername/Swar-Chia-Plot-Manager/venv/lib/python3.9/site-packages/regex/_regex.cpython-39-darwin.so, 2): no suitable image found. Did find:
/Users/myusername/Swar-Chia-Plot-Manager/venv/lib/python3.9/site-packages/regex/_regex.cpython-39-darwin.so: mach-o, but wrong architecture
/Users/myusername/Swar-Chia-Plot-Manager/venv/lib/python3.9/site-packages/regex/_regex.cpython-39-darwin.so: mach-o, but wrong architecture
The text was updated successfully, but these errors were encountered: