Skip to main content

All Questions

0 votes
0 answers
15 views

How to solve this error with a parser from this extract of source code?

I'm getting an error as %tb full traceback: SystemExit Traceback (most recent call last) <ipython-input-5-f0865fee28b7> in <module> 127 parser....
A55ia's user avatar
  • 1
0 votes
0 answers
35 views

pyinstaller' is not recognized as an internal or external command, operable program or batch file

when i tried to use command pyinstaller main.py --onefile in terminal it shows *pyinstaller' is not recognized as an internal or external command, operable program or batch file. * i also tried to ...
user23853379's user avatar
0 votes
2 answers
2k views

How can I solve the "unhashable type" error when importing TensorFlow in Python?

I have a Problem with importing TensorFlow in Virtual Studio Code. I tried to execute my code which starts with importing different modules. One of this lines is importing Tensorflow: import ...
Lero's user avatar
  • 3
0 votes
0 answers
46 views

I'm running the follow code but it's showing me error

I tried to create my own AI Virtual Assistant but when i run the code it popup with an error This is the error Traceback (most recent call last): File "C:\Users\DUCHESS PATSY\OneDrive\Desktop\...
Miracle Agabus's user avatar
0 votes
0 answers
75 views

Python elastic client search object returns nothing, not even empty response data

I am doing an elastic client search operation from an elastic datalake which is configured correctly, I double checked the configuration (esDatalake) and I am getting a response from the esDatalake ...
Rumi's user avatar
  • 52
0 votes
1 answer
48 views

How to extract error data from KeyError in python

I have an excel file from which I retrieve data with pandas. I have a dictionary where keys are the same strings that I get from a cell from the excel file. For example, I have a excel cell that ...
python3 programmer's user avatar
0 votes
0 answers
44 views

Cannot execute python script due to maximum recursion depth exceeded error

I'm watching some tutorial videos on the use of Kivy and I'm trying to convert a python file using a kivy file into an executable. However, even after nearly following the same steps as shown in this ...
JSNew134's user avatar
1 vote
0 answers
164 views

LabVIEW Eror Code 1671 (Related to Python Script), How can I handle it?

I am trying to call a python function to LabVIEW using some nodes. However, I am getting an error (code:1671) related to python. Could you please help me to solve this error? Thank you. I am using ...
Emir ONCU's user avatar
0 votes
2 answers
45 views

Code returns "float" object is not iterable

I'm trying to get the extra credit on an assignment and ran into an issue with the 3rd line from the bottom returning with an error! I need it to print out the assignment average grade code is below: ...
Dbread's user avatar
  • 3
0 votes
1 answer
109 views

(Errno 2) No such file or directory: 'C:/Users/Пользователь/Downloads/Train_rev1.csv'

I have a problem. data = pd.read_csv('C:/Users/Пользователь/Downloads/Train_rev1.csv', encoding='cp1252') FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/...
RinHard's user avatar
0 votes
0 answers
30 views

Discord Bot was working when i made it now is not working?

well i made this discord bot yesterday it was working like charm now today i got something that the button was give me errors this is the error raceback (most recent call last): File "C:\Users\...
CakyPro's user avatar
-1 votes
1 answer
225 views

Chatterbot : wheel==0.41.3 is incompatible with wheel>=0.32.0,<0.33.0

whenever I type pip install flask spacy chatterbot chatterbot_corpus nltk SpeechRecognition pyttsx3 I get ERROR: Some build dependencies for preshed<2.1.0,>=2.0.1 from https://files....
Sid's user avatar
  • 21
0 votes
0 answers
12 views

Datetime Handling issue with Python Pandas [duplicate]

I'm having a column and its original dtype is object. I'm trying to convert it to datetime by using pd.to_datetime. However, it gives me an error like this: "time data '3/30/2023' does not match ...
Nguyễn Thành Đạt's user avatar
0 votes
0 answers
16 views

I can not use the import command not found [duplicate]

i need to import csv for a python program on debian but whenever i try the command import csv i get the error bash: import: command not found I have python 3.9 installed so i'm lost as to what to do. ...
user avatar
0 votes
1 answer
38 views

Python > Check an int is between two other int

The function in question def IsInRange(lr,hr,num): return lr < num < hr later, we ask for the input. lr = floaterror('Provide your low range number, please: ') hr = floaterror('Provide your ...
Spec _'s user avatar
  • 3

15 30 50 per page
1
2 3 4 5
45