python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to run Python as X86 with Rosetta2 on ARM MacOS machine
I have a python app with downstream dependencies on dynamic libraries that are available as X86 only.
The app runs on a X86 MacOS machine, but on a ARM MacOS machine it fails with an ImportError.
I've...
chughts
Votes: 0
Answers: 2
XMLSEC Python on MacBook m1
Installed python lib xmlsec on macbook (M1).
When I try to run the .py program with import xmlsec - I get an error:
import xmlsec
ImportError: dlopen(/PycharmProjects/pythonProject2/venv/lib/python3.7...
Alexey
Votes: 0
Answers: 1
Is it possible to create a conda environment with python compiled for a different architecture?
I have an M1 mac and would like to run multiple conda environments with python copiled for different architectures.
I have been using Anaconda to manage environments via rosetta2 and it works perfectl...
Pepsi-Joe
Votes: 0
Answers: 0
pyenv unable to install 3.9.6 on Monterey 12.3
I see this is a recurring question and there are no new comments about this. I've been trying to install python 3.9.6 using pyenv on both archs arm64 and i386 - using Rosetta2, without success.
As I a...
Edgar Pellizzon
Votes: 0
Answers: 2