Cuéntanos qué está pasando:
Describe tu problema en detalle aquí.
Se pueden resolver estos problemas de dependencias?
Replit: Updating package configuration
--> python3 -m poetry add matplotlib numpy
Using version ^3.6.0 for matplotlib
Using version ^1.23.3 for numpy
Updating dependencies
Resolving dependencies...
SolverProblemError
The current project's Python requirement (>=3.7,<4.0) is not compatible with some of the required packages Python requirement:
- numpy requires Python >=3.8, so it will not be satisfied for Python >=3.7,<3.8
Because no versions of numpy match >1.23.3,<2.0.0
and numpy (1.23.3) requires Python >=3.8, numpy is forbidden.
So, because root depends on numpy (^1.23.3), version solving failed.
at venv/lib/python3.8/site-packages/poetry/puzzle/solver.py:241 in _solve
python main.py
Traceback (most recent call last):
File "main.py", line 2, in <module>
import sea_level_predictor
File "/home/runner/boilerplate-sea-level-predictor/sea_level_predictor.py", line 1, in <module>
import pandas as pd
ModuleNotFoundError: No module named 'pandas'
exit status 1
Tu código hasta el momento
Información de tu navegador:
El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0
Desafío: Proyectos de análisis de datos con Python - Pronosticador del nivel del mar
Sea_level_predictor
Enlaza al desafío: