Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pompotetonpote opened this issue Jun 19, 2021 · 0 comments

Comments

@pompotetonpote
Copy link

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

@pompotetonpote 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant