I am getting this error when trying to run my code. In response to run request, I see tensorflow-2.3.1 being installed.
The error message is:
Package operations: 1 install, 0 updates, 0 removals
Installing tensorflow (2.3.1)
[EnvCommandError]
Command [’/opt/virtualenvs/python3/bin/pip’, ‘install’, ‘–no-deps’, ‘tensorflow==2.3.1’] errored with the following return code -9, and output:
Collecting tensorflow==2.3.1
Downloading tensorflow-2.3.1-cp38-cp38-manylinux2010_x86_64.whl (320.5 MB)
exit status 1
Repl.it: Package operation failed.
Code is not fully done. I just want to run the application to report error in my code and I can start fixing it. Right now, it is failing while installing packages.
In any case, the code is:
import random
import numpy as np
import tensorflow as tf
import numpy as np
import pandas as pd