Posts by Vitor Rocha • 21 points
3 posts
-
0
votes1
answer83
viewsA: Error trying to install scikit-Learn
Try to update setuptools pip install --upgrade setuptools If it doesn’t work out, send the whole mistake if there’s more.
-
1
votes2
answers56
viewsA: Origin/master problem in git when trying to commit
You have changes you haven’t done Stage yet, so you can’t commit First of a git add . Then you commit normally and give a git pull then you can give a git push normally I believe this will solve…
-
1
votes3
answers40
viewsA: PYTHON BEGINNER Why are you giving the error 'is not defined' , how do I fix it?
Ai in your case, you did not start the variable popolucao_regiao nowhere. You will have to do a check by the value q the user typed. For example: if regiao == 'sul': # aqui você pega o valor da…
pythonanswered Vitor Rocha 21