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
I use windows, and feeling trouble to install since it always error when installing gnureadlines.
I already install all requirement manually, but I still get trouble when want to import kaggleaux. Is there any way for me to import it.
Thanks.
PS. i follow your tutorial about titanic and still stuck in this command
'from KaggleAux import predict as ka'
The text was updated successfully, but these errors were encountered:
Thanks for opening up an issue. This seems more like an issue with gnureadlines then this project. Have tired trouble shooting that install first? Also, can you please post the error's you're receiving.
Here is the error I encountered, which is the same as the one stated by @yusV.
Sorry for sounding stupid, but is there any way I can resolve this issue without breaking anything?
I would really love to try it out on ipython soon if I can resolve this issue.
Hi @yusV
i just did copying those 2 files inside KaggleAux Folder to the kaggle-titanic folder
then i rewrote the line by removing 'from KaggleAux'
just used 'import predict as ka ' and it Worked for me.Hope it'll for u too
Hi there,
I use windows, and feeling trouble to install since it always error when installing gnureadlines.
I already install all requirement manually, but I still get trouble when want to import kaggleaux. Is there any way for me to import it.
Thanks.
PS. i follow your tutorial about titanic and still stuck in this command
'from KaggleAux import predict as ka'
The text was updated successfully, but these errors were encountered: