Posts by ANDRE LUIZ BRAGA MALLMANN • 9 points
4 posts
-
-1
votes1
answer123
viewsQ: Pip install scrapy error 1
I’m trying to install Scrapy in vscode but every time there’s an error that I’m not able to solve, someone could help me? error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for…
-
0
votes1
answer910
viewsA: socket.gaierror: [Errno 11001] getaddrinfo failed
To resolve this issue, you should remove HTTP:// from the following line mysock.connect(('http://data.pr4e.org/', 80)) After this change the code ' n' to ' r n n n The code will look like the code…
python-3.xanswered ANDRE LUIZ BRAGA MALLMANN 9 -
-1
votes1
answer910
viewsQ: socket.gaierror: [Errno 11001] getaddrinfo failed
Good afternoon! I am studying Python and came across a problem while studying about network (socket library). I have the following piece of code import socket mysock = socket.socket(socket.AF_INET,…
python-3.xasked ANDRE LUIZ BRAGA MALLMANN 9 -
0
votes1
answer331
viewsQ: Infinite registration of client
I’m studying Python and decided to create a small terminal registration program, but I can’t make a loop that goes through all the options, the program is interminably in the client registration.…
python-3.xasked ANDRE LUIZ BRAGA MALLMANN 9