In a new virtual env, python 3.9 I tried to install tensorflow using pip
pip install tensorflow
I keep getting the error
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow
When following the installation guidelines I still have the following error :
RuntimeError: module compiled against API version 0x10 but this version of numpy is 0xe
RuntimeError: module compiled against API version 0x10 but this version of numpy is 0xe
ImportError: numpy.core._multiarray_umath failed to import
ImportError: numpy.core.umath failed to import
I am using a M1 MacOS Monterey version 12.6.1