ModuleNotFoundError for monetdbe

38 Views Asked by At

I created a new environment on conda and installed monetdbe using the following command

pip install monetdbe

This seems to run successfully

When i start my ide(spyder) and try the command

from monetdbe import connect

I get the following error

ModuleNotFoundError: No module named 'monetdbe'

Does anyone have any tips on what i might be doing wrong?

0

There are 0 best solutions below