RAMP-project / RAMP

Repository of the open-source RAMP model for generating multi-energy loads profiles
European Union Public License 1.2
56 stars 31 forks source link

It does not recognize "features.base" #134

Open i5sanchez opened 2 months ago

i5sanchez commented 2 months ago

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.

Bachibouzouk commented 2 months ago

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