ERROR: CMake must be installed to build dlib in Python By: Mohamed Rasik 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 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 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 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 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 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 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 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 22 December 2022 I got this following error while I want to read the pdf file and extract text from it. Read More
How to plot data from json with matplotlib in python? By: Mohamed Rasik 7 December 2022 In this tutorial I will show you how to plot data from json with matplotlib in python. Read More