Python Forum

Full Version: Install libraries in Google Coral TPU
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I try to install the following libraries without success on Google Coral TPU. These libraries I want to cooperate with tensorflow lite:

pandas 
numpy 
scikit-learn 
scikit-image 
click tqdm
But I face erros...
File "numpy/core/setup.py", line 422, in generate_config_h
          moredefs, ignored = c6wfs --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel Cython>=0.29.13 "numpy==1.13.3; python_version=='3.6' and platform_system!='AIX'" "numpy==1.14.5; python_version=='3.7' and platform_system!='AIX'" "numpy==1.17.3; python_version>='3.8' and platform_system!='AIX'" "numpy==1.16.0; python_version=='3.6' and platform_system=='AIX'" "numpy==1.16.0; python_version=='3.7' and platform_system=='AIX'" "numpy==1.17.3; python_version>='3.8' and platform_system=='AIX'"" failed with error code 1 in None
Any ideas??
It seems like that's more likely an issue with the Google Coral TPU and support for libraries. I can't say for certain since I've never used it but I don't think it would be a bug with numpy.

How about trying out making an issue on the GitHub page for instance?