Aletheia
Aletheia copied to clipboard
Installation problems - Windows
Hi,
I have a similar issue to #2. I've installed the library with pip install aletheia-relunet-unwrapper (as indicated in README instructions) without any problem, but when I try to use UnWrapperRegressor , it throws the error: name 'UnWrapperRegressor' is not defined.
Following the issue #2, I did
import aletheia
dir(aletheia)
But I obtained:
['__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__', '__spec__']
My config is:
- Windows 10
- Python 3.8.5
- aletheia-relunet-unwrapper 1.1.2
What could be the problem? Thank you very much!
Hi,
A new version is compiled for py36, py37, and py38. try “pip install aletheia-dnn”