Repl.it: Package operation failed. 2020-11-28

Tell us what’s happening:

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 Edg/87.0.664.41.

Challenge: Rock Paper Scissors

Link to the challenge:

Tell us what’s happening. When are you getting this error? Can you link to your code?

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