benjaminp / six

Python 2 and 3 compatibility library
https://six.readthedocs.io/
MIT License
987 stars 274 forks source link

issue: cant import mglearn #323

Open Jananijane opened 4 years ago

Jananijane commented 4 years ago

sp project

gungnix commented 4 years ago

These are merely warnings, you may ignore them. The import succeeded. The first warning was inserted into the shipped version of six of the "sklearn" package. It does not concern the official version of six.

Jananijane commented 4 years ago

Thank you so much for helping. Yes, but I'm getting errors in my code that there is no module called mglearn. What am I to do?

On Mon, Mar 9, 2020, 18:09 gungnix notifications@github.com wrote:

These are merely warnings, you may ignore them. The import succeeded. The first warning was inserted into the shipped version of six of the "sklearn" package. It does not concern the official version of six.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/benjaminp/six/issues/323?email_source=notifications&email_token=ANZWGFIQR5FN7ZWBJGSR32DRGTPPFA5CNFSM4LEE42TKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOG6EZA#issuecomment-596501092, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZWGFJBRRKLGO5VROTCCZ3RGTPPFANCNFSM4LEE42TA .

gungnix commented 4 years ago

Make sure it is installed for the correct Python version and present in the PYTHONPATH. This has nothing to do with six. If the problem persists create an issue at the mglearn project.