vscode tag

114 questions


2 answers
65 views
0
This is a question about how to store Python json returns.

https://developers.naver.com/docs/clova/api/CFR/API_Guide.md#PythonWe are developing a program to compare face recognition values using Naver's open api service at the address above address.It's just ...

2 years ago

1 answers
83 views
0
VS Code Error Checking

I'm using vscode, but if there is a grammar error on the desktop, The problems panel tells you that there is an error in the number of lines.It works well on the desktopIt hasn't been like that since ...

2 years ago

1 answers
91 views
0
Prisma file is not saved in vcode

I can't save the file in Prismahttps://www.graphpad.com/support/faq/prism-gives-an-unable-to-save-file-or-cannot-replace-file-message/There's this partBut I can't interpret it...

2 years ago

1 answers
94 views
0
I'd like to change the .ipynb code written in jupyter notebook to .py.

I am studying through a book called 'Deep Learning that I know and weave with Python blade coding'.What I want to ask is how to transfer the code written on the jupyter notebook to the py code.In this...


1 answers
70 views
0
Visual studio code C/C++ compilation error C1034: iostream: No include path set.

To create C++ with VSCode, install the Visual C++ build tool in Visual studio build tools, set environment variables, and press Build> Executing task: cl.exe /Zi /EHsc /Fe: c:\Users\Administrator\D...


1 answers
49 views
0
I have a question regarding the problem of installing Pandas in Python virtual environment.

I installed Pandas in Python virtual environment folder, but I wonder what the problem is with the error.cryingTerminal error

2 years ago

1 answers
68 views
0
This is a question related to python indication.

The Python indication through the visual studio code is displayed1) 1) ->2) - - - -There are two. What is the difference between these two marks?-- When running -print (years), there is no mistake ...


2 answers
77 views
0
Can I turn Java to VSCODE? What is your favorite program and what language do you use as your main focus?

I went to an academy recentlyI'm learning Python and Java.They both use a program called Spider, Eclipse.I like VSCODE because it's much more comfortable and UX is cleanIt seems that good academies us...

2 years ago

1 answers
67 views
0
I have a question because the input() function is weird.

HelloIt's Corinne.I'm studying Python while watching the Fast Campus web development lecture, but the input() function doesn't move as I want, so I'm asking you a question.I downloaded the version of ...

2 years ago

1 answers
88 views
0
pytorch import problem

I installed the pytorch properly, and I was using it without any problems with VScode.But since yesterday, suddenlyimport torchModuleNotFoundError: No module named 'torch'An error occurs. But the stra...

2 years ago
« - 11 - »

© 2024 OneMinuteCode. All rights reserved.