error tag

111 questions


1 answers
96 views
0
There is a problem coding with Python. TypeError: '<=' not supported between instances of 'int' and 'NoneType'

I coded the image brightness adjustment, but when I run it, You get an error like this. I would appreciate it if you could tell me how to solve this problem.

2 years ago

1 answers
64 views
0
When randomizing a Python list, randomize it by the number of random numbers n (please look at the code...)

I'm still an inexperienced student in coding.An error occurs when you try to randomly extract (redundant) n (1<=n<=18) from the list... In this case, I'd like you to tell me how to code.import r...

2 years ago

1 answers
100 views
0
Python tkinter image path setting question 'unicodeescape' code can't decode bytes in position 2-3: truncated \UXXXXXXescape

I copied and pasted the file path on the blog with any picture I had, but there was an error.(I tried to display a picture of a png file called Lee on my desktop) from tkinter import *w = Tk()w.title(...


1 answers
127 views
0
Android Studio Error Execution failed for task ':app:pressDebugAsets'

I don't think it's a grammar error because the error keeps appearing every time I turn on the project. I don't know how to solve it even if I search on the InternetExecuting tasks: [:app:assembleDebug...


1 answers
79 views
0
Jupiter address latitude translation code error AttributeError: 'NoneType' object has no attribute 'latitude'

https://wonhwa.tistory.com/29?category=996516Based on this post, I touched that it was the first code in my life.With the help of my friend, I set the environmentimport pandas as pdcsv = pd.read_csv('...

2 years ago

1 answers
42 views
0
Jupiter run cannot be executed.

If you press run, there should be a response, but there is no response at all. How do I solve this

2 years ago

1 answers
82 views
0
'utf-8' codec can't decode byte 0xbf in position 5511: invalid start byte (applies to which file?)

Processing LABEVENTS table: 0%| | 0/27854056 [00:00<?, ?it/s]Traceback (most recent call last): File /usr/lib/python3.8/runpy.py, line 194, in _run_module_as_main return _run_code(code, ma...


1 answers
124 views
0
I am asking you a question because a SyntaxError occurred while coding related to KNN...

I am asking you a question because a SyntaxError occurred while coding related to KNN...How can I solve this problem?def compute_distance(self, X_test, dist_metric='dot'): if dist_metric=='dot': sim...

2 years ago

1 answers
70 views
0
Python coding question. I don't know what to do EOFError

Another error appears even though I modified the indentation just before.How do I solve this?

2 years ago

1 answers
49 views
0
I have a question about the phenomenon of not being compiled.

I'm a student studying coding with DEV C++. Even if you type a normal code to see what you touched wrong, the two screens below will appear. Because of this, I'm not making progress and I'm going craz...

2 years ago
« - 11 - »

© 2024 OneMinuteCode. All rights reserved.