polylearn icon indicating copy to clipboard operation
polylearn copied to clipboard

No module named 'polylearn'

Open ASMAA9555 opened this issue 3 years ago • 1 comments

I read all issues but i stil have problem python setup.py build python setup.py install pip install numpy scipy scikit-learn nose pip install sklearn-contrib-lightning SyntaxError: invalid syntax

import polylearn as pl ModuleNotFoundError: No module named 'polylearn'

ASMAA9555 avatar Sep 19 '22 10:09 ASMAA9555

Two ideas:

Do any of the above commands return errors? Please share the output they print. (specifically where is the invalid syntax coming from?)

Is your pip in a different environment than your python binary? try replacing pip with python -m pip in the last two lines

Do also share your python version and your OS please.

On Mon, Sep 19, 2022, 12:58 ASMAA9555 @.***> wrote:

I read all issues but i stil have problem python setup.py build python setup.py install pip install numpy scipy scikit-learn nose pip install sklearn-contrib-lightning SyntaxError: invalid syntax

import polylearn as pl ModuleNotFoundError: No module named 'polylearn'

— Reply to this email directly, view it on GitHub https://github.com/scikit-learn-contrib/polylearn/issues/20, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB3AUJB43NATGZ4A6ERXUTV7BBPDANCNFSM6AAAAAAQP7V7RE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

vene avatar Sep 20 '22 05:09 vene