swar / Swar-Chia-Plot-Manager

This is a Cross-Platform Plot Manager for Chia Plotting that is simple, easy-to-use, and reliable.
GNU General Public License v3.0
1.25k stars 388 forks source link

Mac mini M1 When start with " python manager.py start " --> .../_regex.cpython-39-darwin.so: mach-o, but wrong architecture #1208

Open pompotetonpote opened 3 years ago

pompotetonpote commented 3 years ago

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