You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
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'
The text was updated successfully, but these errors were encountered:
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
<#20>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB3AUJB43NATGZ4A6ERXUTV7BBPDANCNFSM6AAAAAAQP7V7RE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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'
The text was updated successfully, but these errors were encountered: