Aletheia icon indicating copy to clipboard operation
Aletheia copied to clipboard

Installation problems - Windows

Open silvia596 opened this issue 4 years ago • 1 comments

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!

silvia596 avatar Feb 10 '21 18:02 silvia596

Hi,

A new version is compiled for py36, py37, and py38. try “pip install aletheia-dnn”

ZebinYang avatar Feb 11 '21 10:02 ZebinYang