You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hello @i5sanchez - it seems to me you installed the package ramp whereas to install RAMP you should do pip install rampdemand. Unfortunately ramp was already taken as a package name. Let me know if it works then
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.
The text was updated successfully, but these errors were encountered: