polylearn
polylearn copied to clipboard
No module named 'polylearn'
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'
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: @.***>