-
Notifications
You must be signed in to change notification settings - Fork 43
It does not recognize "features.base" #134
Description
There is the error: runfile('C:/Users/Usuario/Desktop/Mi ingeniería e. e/Contenidos por cursos/Cuarto curso/Octavo semestre (BOLIVIA)/RAMP/archivos_py_surplus/inputs_demandas/input_file_1.py', wdir='C:/Users/Usuario/Desktop/Mi ingeniería e. e/Contenidos por cursos/Cuarto curso/Octavo semestre (BOLIVIA)/RAMP/archivos_py_surplus/inputs_demandas')
Traceback (most recent call last):
File ~\anaconda3\envs\ramp\lib\site-packages\spyder_kernels\py3compat.py:356 in compat_exec
exec(code, globals, locals)
File c:\users\usuario\desktop\mi ingeniería e. e\contenidos por cursos\cuarto curso\octavo semestre (bolivia)\ramp\archivos_py_surplus\inputs_demandas\input_file_1.py:8
from ramp.core.core import User
File ~\anaconda3\envs\ramp\lib\site-packages\ramp_init_.py:1
from configuration import *
File ~\anaconda3\envs\ramp\configuration.py:1
from features.base import BaseFeature, Feature
ModuleNotFoundError: No module named 'features.base'
El sistema no puede encontrar la ruta especificada.