@pierce
Thank you for your response.
I already checked the custom mappings before the question but I couldn’t find the modules in there.
The script I’m using has to import a lot of modules, for example,
from importlib.resources import path
from tkinter import N, W
from docx import Document
from docx.shared import Inches
from googletrans import Translator
import requests
import json
import datetime
from datetime import datetime as dt
from docx.shared import RGBColor
from docx.enum.text import WD_COLOR_INDEX
import sys
Something like above and it is just a part of script.
If I have to request, can I make all the requests?
At this time, I still haven’t checked which module works or which doesn’t throughout the whole script, because I’m also having problemes with connecting to my target API from here.