Hi, danke für's Schicken. Da bin ich leider auch überfragt. Was ich beim Recherchieren noch gefunden habe, ist, dass conda hier manchmal Probleme auf den MacBooks macht. Ich würde folgendes probieren: Sorry to hear this. Unfortunately, it's not so clear to us, how to solve this problem. Two possible ways to go are the following: 1. Reinstall the virutalenvironment using pip (not conda!): 1. Make sure you are using python3. 2. Either install virtualenv "sudo -H pip install virtualenv" or use pythons venv directly as mentioned in step 3. 3. Create a virtual environment via either "virtualenv .mllab" or "python3 -m venv .mllab" 4. Activate the environment by running "source .mllab/bin/activate" 5. Install packages via pip: "pip install tensorflow>=2.0 jupyter numpy scipy scikit-learn matplotlib pandas urllib3" 2. If reinstalling the environment via pip does not do it, I would suggest using colab for the tensorflow task instead. You will need to create (or login) a google account and then go to https://colab.research.google.com/ Here you can run your code in a new colab notebook. Kannst du die Antwort bitte ins Forum posten? Danke! Viele Grüße, Bastian Am 30.05.23 um 10:52 schrieb Arno Feiden:
s6masowa | s6masowa | 27. Mai 2023, 11:12 Tensorflow Error on ARM hardware I get the following Error when importing Tensorflow [CPU-Version] (others with Intel Hardware don't):
Intel MKL WARNING: Support of Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) enabled only processors has been deprecated. Intel oneAPI Math Kernel Library 2025.0 will require Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions.
I'm working on an MacBook with 2021 M1-Pro Apple Silicon Processor. (ARM - Architec.) The solutions I found online for this are mostly to downgrade to 2 years old outdated version to get it running. Is there any know way here to get it running properly?
-- Dr. Bastian Bohn Fraunhofer-Institut für Algorithmen und Wissenschaftliches Rechnen SCAI Abteilung Numerische Datenbasierte Vorhersage (NDV) Schloss Birlinghoven 53757 Sankt Augustin Tel.: +49 2241 14 4225 https://www.scai.fraunhofer.de/de/geschaeftsfelder/numerische-datenbasierte-...