Machine Learning with Python Projects - Rock Paper Scissors

Tell us what’s happening:
Describe your issue in detail here.
I am currently trying to complete this challenge but when ever I try to install tensorflow I get this error:

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36

Challenge: Machine Learning with Python Projects - Rock Paper Scissors

Link to the challenge:

Well, based on the error, this seems to be the problem:

image

I believe replit limits you to 1GB of space (I’m not sure if there are options to increase that) and based on StackOverflow, Tensorflow is huge, weighing in at about 1.1GB, so if you wanna use it you either need to see if you can increase your space, use a different hosting site that supports more than 1GB, or maybe check to see if Tensorflow has a smaller package to install, or maybe you can selectively install only the components you need.

It looks like you are having trouble getting Tensorflow to work. Have you tried a different version of the software or a different way to load it? For help with installation, you could look at the official Tensorflow instructions.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.