Solving scikit-learn ModuleNotFoundError: No module named ‘sklearn’ ( sometimes happens with anaconda and conda )

Solving scikit-learn ModuleNotFoundError: No module named 'sklearn' ( sometimes happens with anaconda and conda )

Scikit-learn ModuleNotFoundError: No module named ‘sklearn’ ( sometimes happens with anaconda and conda ) is an error which occurs a lot when you try to import sklearn. In today’s blog post I am going to present an annoying and confusing python error and explain why this error is taking place and how to fix it, with … Read more

Solving Virtualenv Error Unable to locate finder for ‘pip._vendor.distlib’ – when using pip install virtualenv

Solving Virtualenv Error Unable to locate finder for 'pip._vendor.distlib' - when using pip install virtualenv

Virtualenv Error Unable to locate finder for ‘pip._vendor.distlib’ – when using pip install virtualenv is an error which occurs when you try to install virtualenv using pip. In the blog post I attempt to explain why this error takes place and how you can solve it, I will also add other solutions that could solve the … Read more

Solving issue with OpenCV not working properly with python and anaconda on Linux ( error : cv2.imshow() is not implemented )

Solving issue with OpenCV not working properly with python and anaconda on Linux ( error : cv2.imshow() is not implemented )

Issue with OpenCV not working properly with python and anaconda on Linux ( error : cv2.imshow() is not implemented ) is an error which occurs because of a faulty Opencv installation. Today, I will explain in detail why this error is happening and how to fix it in the most efficient way possible. Exploring issue with … Read more

Solving Python Opencv ImportError: libSM.so.6: cannot open shared object file: No such file or directory

Solving Python Opencv ImportError: libSM.so.6: cannot open shared object file: No such file or directory

Python Opencv ImportError: libSM.so.6: cannot open shared object file: No such file or directory is an error which occurs when you have a faulty Opencv installation and/or missing dependencies. I will explain why this error is taking place and how to fix it, while also trying to add other solutions that could help us solve the … Read more

Solving Python scikit-learn ImportError: No module named sklearn.cross_validation

Solving Python scikit-learn ImportError: No module named sklearn.cross_validation

Python scikit-learn ImportError: No module named sklearn.cross_validation is an error which occurs when you try using cross_validation with scikit-learn. In this article I am going to explain to you why this scikit-learn error is happening and how to solve it in the most efficient way possible. Exploring the Python scikit-learn ImportError: No module named sklearn.cross_validation This is … Read more

Solving Python Pygame Error – pygame.error: Failed loading libmpg123.dll: Attempt to access invalid address

Solving Python Pygame Error - pygame.error: Failed loading libmpg123.dll: Attempt to access invalid address

Python Pygame Error – pygame.error: Failed loading libmpg123.dll: Attempt to access invalid address is an error which occurs when libmpg123.dll is missing or when you have another issue. Today I will be explaining why this error is taking place and how to solve it. Exploring the Python Pygame Error – pygame.error: Failed loading libmpg123.dll: Attempt to access … Read more