ImportError: Missing optional dependency 'xlrd' | How tot Convert xls to xlsx | Python By: Mohamed Rasik Category:Python 26 January 2023 I got this following error while converting xls to xlsx in python "ImportError: Missing optional dependency 'xlrd' ". Read More
ERROR: CMake must be installed to build dlib in Python By: Mohamed Rasik Category:Python 23 January 2023 I got this following error at runtime "ERROR: CMake must be installed to build dlib". Read More
How to Install numpy | check version | uninstall | install specific version? By: Mohamed Rasik Category:Python 19 January 2023 NumPy is a Python library for working with large, multi-dimensional arrays and matrices of numerical data, as well as for performing mathematical operations on these. Read More
AttributeError: module 'numpy' has no attribute 'int'. Did you mean: 'inf'? By: Mohamed Rasik Category:Python 19 January 2023 I got this following error while running python program AttributeError: module 'numpy' has no attribute 'int'. Did you mean: 'inf'?. Read More
Module 'cv2' has no 'imread' member Pylint E1101:no-member By: Mohamed Rasik Category:Python 18 January 2023 I got this following pylint error while running opencv project. Read More
ERROR: failed building wheel for scikit-image - Python By: Mohamed Rasik Category:Python 18 January 2023 I got this following error while installing scikit-image "ERROR: failed building wheel for scikit-image" Read More
How to delete a file in Python? By: Mohamed Rasik Category:Python 11 January 2023 In this tutorial I will show you how to delete a file using python. Read More
How to convert csv file to Json file in Python? By: Mohamed Rasik Category:Python 8 January 2023 In this tutorial I will show you how to convert csv to json in python. Read More
How to merge pdf files in python? By: Mohamed Rasik Category:Python 22 December 2022 In this tutorial I will show you how to merge pdf files in python. Read More
Superfluous whitespace found in object header - PDF file Error By: Mohamed Rasik Category:Python 22 December 2022 I got this following error while I want to read the pdf file and extract text from it. Read More