You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.
OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Mac Air M1
Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:
TensorFlow installed from (source or binary): Github Apple MLcompute repo
TensorFlow version: 2.4
Python version: 3.8.6
Installed using virtualenv? pip? conda?: conda, miniforge3
After #48237, I uninstalled 1.20.1 and 1.18.5 and tried to install 1.19.2 or >1.19.2. error. I uninstalled numpy 1.20.1 and 1.18.5 and tried to install numpy=1.19.2 and got this error:
ERROR: Failed building wheel for numpy
Failed to build numpy
ERROR: Could not build wheels for numpy which use PEP 517 and cannot be installed directly.
The original error was that non compatible issue between tf2.4 and np1.20.1.
The text was updated successfully, but these errors were encountered:
This part is also confusing. The apple mlcompute package of tf2.4 supposedly already has numpy included. I don’t know what version that is? I tried condo install of numpy and did not work
OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Mac Air M1
Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:
TensorFlow installed from (source or binary): Github Apple MLcompute repo
TensorFlow version: 2.4
Python version: 3.8.6
Installed using virtualenv? pip? conda?: conda, miniforge3
After #48237, I uninstalled 1.20.1 and 1.18.5 and tried to install 1.19.2 or
>1.19.2. error. I uninstalled numpy 1.20.1 and 1.18.5 and tried to install numpy=1.19.2 and got this error:ERROR: Failed building wheel for numpy
Failed to build numpy
ERROR: Could not build wheels for numpy which use PEP 517 and cannot be installed directly.
The original error was that non compatible issue between tf2.4 and np1.20.1.
The text was updated successfully, but these errors were encountered: