Ask Question

In languages which import external libraries, such error might rise when the module being imported is not found in the system. Please add the relevant language tag

786 questions

0votes1answer15views

ModuleNotFoundError: No module named 'tls_client'

`Traceback (most recent call last): File "D:\brave\OperaGX-Promo-Gen-main\OperaGX-Promo-Gen-main\gen.py", line 11, in import tls_client ModuleNotFoundError: No module named 'tls_client' ...

Sad Dawg's user avatar Sad Dawg
  • 1
0votes1answer20views

ModuleNotFoundError: No module named 'googletrans', but I did download it

I'm trying to test out googletrans every time I try to run the file I get this error message: from googletrans import Translator ModuleNotFoundError: No module named 'googletrans'. I have tried ...

Gino Mempin's user avatar Gino Mempin
  • 26.6k
-1votes1answer27views

Any alternative to the typical ModuleNotFoundError: No module named when using Pytest?

I have spent a fair amount of time in order to find a solution to this kind of "typical" issue when using pytest. Thus, even though it may look the same, I have not been able to fix using ...

JaviCV's user avatar JaviCV
  • 21
0votes0answers35views

ModuleNotFoundError: No module named 'Cython' - python [closed]

I'm encountering difficulties installing fbprophet due to a Cython-related issue. While executing "pip install fbprophet" in CMD, the following error occurred: ModuleNotFoundError: No module ...

lucito's user avatar lucito
  • 1
-2votes0answers34views

Robocopy module can't be found

I'm new with robocopy in python and I have a problem: When I use robocopy exactly like in the tutorial for installing and using which the websites() showed me then ...

SamF's user avatar SamF
  • 1
0votes5answers4kviews

Module not found: Error: Can't resolve './logo.svg' error in React

When creating react app, I keep running into this error. Each time I create a new react app, I delete the following files, and import statements, to set up a basic starting point using react: favicon....

Vikram Nilaji's user avatar Vikram Nilaji
  • 1
3votes2answers6kviews

No module named 'discord_components'

I work on a bot discord but I cannot import discord_components. How can I do that? import discord from discord.ext import commands from discord_slash import ButtonStyle from discord_slash import ...

Innovations Anonymous's user avatar Innovations Anonymous
  • 59
0votes0answers40views

Python "ModuleNotFoundError: No module named 'SQL_Wrapper'" when the SQL_Wrapper module exists in the correct location

Hi I am trying to run a python script in Visual Studio Code where I need to import the SQL_Wrapper module. All of my other modules are importing fine, but I keep getting "ModuleNotFoundError: No ...

Audrey 's user avatar Audrey
  • 1
1vote0answers311views

Fatal Python Error: init_fs_encoding: failed to get the Python codec ofthe filesystem encoding. Issue With Using <Python.h> in Qt Creator

I am attempting to execute a python file during my Qt Creator project runtime (which is in c++). In order to do this I downloaded python311 and added these lines to my .pro file: INCLUDEPATH += "...

Fuyao Huang's user avatar Fuyao Huang
  • 1
0votes0answers30views

Error occurred during initialization of boot layer java.lang.module.FindException: Module javatutos not found

I installed Java 7 while using eclipse ide but I wanted to learn functional programming so I had to download Java 9 but I did not uninstall java 7 with a good manner and i had problems to set up java ...

Arun Sudhakaran's user avatar Arun Sudhakaran
  • 2,304
-1votes0answers27views

How to fix this "ModuleNotFoundError" while using Python in VS Code [closed]

I am trying to make a image resizer program in Python using Opencv (in VS Code). I have installed the Opencv module in cmd and also imported it but when I am trying to run the program it says module ...

halfer's user avatar halfer
  • 20.2k
1vote0answers10views

Git Pipeline Fails ModuleNotFoundError of Own Module

I want to merge my feature branch into the general development branch. The feature branch contains new modules being used. When I run the testing pipeline in the merge request, it fails due to a ...

ndehler's user avatar ndehler
  • 11
0votes1answer57views

ModuleNotFoundError: No module named 'ultralytics.yolo' when trying to use export.py from ultralytics

I´m trying to use the export.py script from the ultralytics repository in github (). Previously I installed all the requirements by using the command: pip ...

MartinR's user avatar MartinR
  • 11
4votes1answer2kviews

AWS Glue: passing additional Python modules to the job - ModuleNotFoundError

I'm trying to run a Glue job (version 4) to perform a simple data batch processing. I'm using additional python libraries that Glue environment doesn't provide with - translate and langdetect. ...

James Leighton's user avatar James Leighton
  • 1
-1votes2answers347views

ModuleNotFoundError and ImportError when trying to import can package

When I try to run code with imported can package import can from can.interfaces.vector import canlib from datetime import datetime I get an error: ModuleNotFoundError: No module named 'can....

engrtech's user avatar engrtech
  • 1

153050per page

1 2 3 4 553