Describe your issue in detail here.
When the instructions says to select use run commands and press done, what does that mean i should put in the box in the replit window. I have tried all sorts of different run values but nothing will work. no matter what i do i always get exit status 1. I have not even changed any code yet i am just trying to get it to run properly.
Note: This error originates from the build backend, and is likely not a problem with poetry but with numpy (1.18.5) not supporting PEP 517 builds. You can verify this by running ‘pip wheel --use-pep517 “numpy (==1.18.5)”’.
exit status 1
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
Challenge Information:
Data Analysis with Python Projects - Mean-Variance-Standard Deviation Calculator
I did that but got this error. I tried manually installing numpy in the shell but that didn’t work.
File “/home/runner/boilerplate-mean-variance-standard-deviation-calculator-1/main.py”, line 3, in
import mean_var_std
File “/home/runner/boilerplate-mean-variance-standard-deviation-calculator-1/mean_var_std.py”, line 1, in
import numpy as np
ModuleNotFoundError: No module named ‘numpy’
This is the error i got
~/boilerplate-mean-variance-standard-deviation-calculator-1$ pip install numpy
error: externally-managed-environment
× This environment is externally managed
╰─> This command has been disabled as it tries to modify the immutable /nix/store filesystem.
To use Python with Nix and nixpkgs, have a look at the online documentation:
<https://nixos.org/manual/nixpkgs/stable/#python>.
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.