Skip to content

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

@jeromedejaegher

Description

@jeromedejaegher

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,

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions