Linked Questions

-1 votes
1 answer
105 views

I constructed a code for downloading dataset using Bing API. When I ran it on terminal, it returns following error: ImportError: numpy.core.multiarray failed to import Traceback (most recent call ...
19 votes
7 answers
44k views

Trying to install OpenCV and running into an issue where attempting to import cv2 results in this output - RuntimeError: module compiled against API version 9 but this version of numpy is 7 ...
20 votes
1 answer
3k views

Today, I went to change the config of matplotlib. Searching matplotlibrc revealed I have two of them: Looking at the site-packages folder, I found a lot of packages have a tilde in their name: ~klearn ...
1 vote
1 answer
9k views

i want to import some libraries below to load train model from checkpoint: import os import tensorflow as tf from object_detection.utils import label_map_util from object_detection.utils import ...
4 votes
4 answers
9k views

I am new to python and installed opencv by typing: pip install opencv-contrib-python in the command prompt. Below I have shown a very simple example of reading in an image and showing it on the screen:...
Killjoy's user avatar
  • 51
1 vote
2 answers
5k views

To all the experts - we have been developing an application that contains following modules: opencv numpy pandas stomp nltk bs4 PIL requests and a few others those are not part of pythons standard ...
0 votes
1 answer
3k views

I have a problem with .dat files in Python: I can not encode it. I have tried UTF-8, ASCII and many more. import re with open("mixture1.dat",'r', encoding="ascii", errors="...
1 vote
1 answer
3k views

I am trying to run this code: import cv2 img=cv2.imread("1.jpg") cv2.imshow("image",img) cv2.waitkey(0) cv2.destroyAllWindows() The problem I keep getting is this error report: ...
2 votes
1 answer
3k views

Long story short, numpy gave me error when I was importing matplotlib, so I wanted to pip uninstall numpy and reinstall it. but failed to fully uninstall numpy. RuntimeError ...
user avatar
1 vote
1 answer
1k views

This question is already on StackOverflow (ImportError: numpy.core.multiarray failed to import) but no Answer helped. I did install GDAL: GDAL-3.4.2-cp37-cp37m-win_amd64.whl and numpy: numpy-1.21.6+...
1 vote
0 answers
1k views

Numpy version- 1.9.2 opencv - 2.14.13 python - 2.7.5 Windows 8.1 These are the updated versions installed but still the error continues. >>> import cv2 RuntimeError: module compiled ...
S123's user avatar
  • 11
0 votes
2 answers
965 views

I am creating a custom object detection model using Tensor Object detection API. I installed everything as mentioned in this notebook and following the same steps as mentioned in this notebook but ...
3 votes
0 answers
930 views

Versions: OS Ubuntu 18.04.6 LTS, Blender 2.92, Default Python version of machine 3.7.6 Anaconda, Blender's python interpreter 3.7.7, BlenderGIS 2.2.8/2.2.5 First of all I want to install an add-ons in ...
0 votes
2 answers
669 views

I'm running Mac OS X Yosemite - 10.10.5, I am trying to run tensorflow in Python 2.7.10. When I try to import tensorflow I get this error, I believe it is caused because Numpy is not updated: $ ...
0 votes
1 answer
511 views

When I tried to run dataloader.py I got the following import error. I tried the code line by line and I found this error came while importing tensorlayer as t1. $C:\Users\chinm\Desktop\Malta\Project\...

15 30 50 per page
1
2