eurobios-mews-labs / palma

This library aims at providing tools for an automatic machine learning approach. As many tools already exist to establish one or the other component of an AutoML approach, the idea of this library is to provide a structure rather than to implement a complete service.
https://eurobios-mews-labs.github.io/palma/
Apache License 2.0
2 stars 5 forks source link

Install error : no module named "palma.base" #13

Open jeromedejaegher opened 11 months ago

jeromedejaegher commented 11 months ago

Hi Vincent,

I tried to install the palma package through :

pip install palma and pip install git+https://github.com/eurobios-mews-labs/palma.git

Each causes the error :

>>> import palma Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/dejaegherjer/monitoring_pylones/.venv/lib/python3.10/site-packages/palma/__init__.py", line 11, in <module> from palma.base.model import ModelEvaluation ModuleNotFoundError: No module named 'palma.base'

I succeed in installing it through :

git clone https://github.com/eurobios-mews-labs/palma.git pip install -e .

So no problem for me, just a message to share this problem, and maybe help if someone have the same problem.

Thank you for your job, cheers,