I am working on the first project on Replit. I am on mean_var_std.py.
Looks like numpy is not recognized
“import numpy as np”
Import “numpy” could not be resolved
I looked in google and I installes numpy, using “pip install numpy”
this is the message after installed:
WARNING: pip is using a content-addressable pool to install files from. This experimental feature is enabled through --use-feature=content-addressable-pool and it is not ready for production.
Installing collected packages: numpy
Successfully installed numpy
After this it still say : Import “numpy” could not be resolved
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36
Challenge: Data Analysis with Python Projects - Mean-Variance-Standard Deviation Calculator
Link to the challenge: