<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Pythoner: problem with numpy 2.5.2 on mac M1 with&#x2F;-out Rosetta]]></title><description><![CDATA[<p>dear forum members,</p>
<p>i'm trying to run the pythoner examples from <a href="https://community.troikatronix.com/topic/9344/updated-add-ons-mediapipe-quickstart-python-tools-for-isadora">https://community.troikatronix...</a>  (DX quick start) + "pythoner_examples_v0.4-release" from the add-ons page, and followed also the video on pythoner on youtube <a href="https://www.youtube.com/watch?v=AOCPZN7-Dno">python mediapipe</a> and every other tutorial that i could find.</p>
<p>my pythoner works fine with the json and beautifulsoup4 libraries but as soon as numpy wants to be loaded i get the errors attached below.</p>
<p>it seems that i have a problem with the arm / x86 libs for numpy that came with the "install-packages-into-virtual-environment.scpt" in the "Python_Support_Scripts" folder. i tried to install the VENV to the "virtual_env" folder of the project and also to the standard plugin folder + activating the path but with the same result. </p>
<p>i'm on a MBP M1 with osx 15.6.1 and isadora 4.5.1 - in Activity Monitor Isadora shows up as "Intel", so it's using Rosetta in x86-mode.</p>
<p>--&gt; update: i checked in Finder / Info that for the Universal Binary of Isadora 4.5.1 after a fresh installation the "Run with Rosetta" was checked. is there a reason to run it in Rosetta ? when running in ARM-mode numpy works BUT...</p>
<p>A) in the "python_mediapipe_pose_detection_v10 v4.5.1.izz" i still get a red [!] sign on the pythoner and no tracking <br />(Monitor Windows says: &gt;&gt;   File "Module_Oo0FftFuw4.py", line 118, in python_init   &gt;&gt; AttributeError: module 'mediapipe' has no attribute 'solutions')</p><p>and</p><p>B) OpenNI Tracker does not work... is there a way to make numpy and openNI work in ARM mode? READING <a href="https://troikatronix.com/add-ons/openni-tracker/" style="background-color:rgb(255, 255, 255)">openNIpage</a> i guess the answer is NO. --&gt; is the <a href="https://github.com/PatchworkBoy/isadora-kinect-tutorial-files" style="background-color:rgb(255, 255, 255)">Processing workaround (following your Tutorial</a>) the best way then?</p>
<p>is there a possibility to install Numpy as x86 version to the virtual_env folder? <br />i'd prefer to have everything inside one software without Processing/Syphon...</p>
<p>thanks!<br /></p>
<p>============ A ====================</p>
<p>ImportError: </p>
<p>IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!</p>
<p>Importing the numpy C-extensions failed. This error can happen for<br />many reasons, often due to issues with your setup or how NumPy was<br />installed.</p>
<p>We have compiled some common reasons and troubleshooting tips at:</p>
<p>    <a href="https://numpy.org/devdocs/user/troubleshooting-importerror.html">https://numpy.org/devdocs/user...</a></p>
<p>Please note and check the following:</p>
<p>  * The Python version is: Python 3.12 from "/Users/z/Documents/Isadora/Example Patches and Tutorials/pythoner_examples_v0.4-release/virtual_env/bin/python"<br />  * The NumPy version is: "2.5.2"</p>
<p>and make sure that they are the versions you expect.</p>
<p>Please carefully study the information and documentation linked above.<br />This is unlikely to be a NumPy issue but will be caused by a bad install<br />or environment on your machine.</p>
<p>Original error was: dlopen(/Users/z/Documents/Isadora/Example Patches and Tutorials/pythoner_examples_v0.4-release/virtual_env/lib/python3.12/site-packages/numpy/_core/_multiarray_umath.cpython-312-darwin.so, 0x0002): tried: '/Users/z/Documents/Isadora/Example Patches and Tutorials/pythoner_examples_v0.4-release/virtual_env/lib/python3.12/site-packages/numpy/_core/_multiarray_umath.cpython-312-darwin.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/z/Documents/Isadora/Example Patches and Tutorials/pythoner_examples_v0.4-release/virtual_env/lib/python3.12/site-packages/numpy/_core/_multiarray_umath.cpython-312-darwin.so' (no such file), '/Users/z/Documents/Isadora/Example Patches and Tutorials/pythoner_examples_v0.4-release/virtual_env/lib/python3.12/site-packages/numpy/_core/_multiarray_umath.cpython-312-darwin.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64'))</p>
<p>====== B ===================</p>
<p>ImportError: dlopen(/Users/z/Documents/Isadora/Example Patches and Tutorials/pythoner_examples_v0.4-release/virtual_env/lib/python3.12/site-packages/PIL/_imaging.cpython-312-darwin.so, 0x0002): tried: '/Users/z/Documents/Isadora/Example Patches and Tutorials/pythoner_examples_v0.4-release/virtual_env/lib/python3.12/site-packages/PIL/_imaging.cpython-312-darwin.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/z/Documents/Isadora/Example Patches and Tutorials/pythoner_examples_v0.4-release/virtual_env/lib/python3.12/site-packages/PIL/_imaging.cpython-312-darwin.so' (no such file), '/Users/z/Documents/Isadora/Example Patches and Tutorials/pythoner_examples_v0.4-release/virtual_env/lib/python3.12/site-packages/PIL/_imaging.cpython-312-darwin.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')) (Module_o__8XJymcD.py, line 1)</p>
<p>=============================================================================</p>]]></description><link>https://community.troikatronix.com/topic/9476/pythoner-problem-with-numpy-2-5-2-on-mac-m1-with-out-rosetta</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 06:01:36 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/9476.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 15 Aug 2026 03:10:29 GMT</pubDate><ttl>60</ttl></channel></rss>