Home Forums Fórum Assistentes Virtuais em Python: O Guia para Iniciantes Código do teste de instalação das bibliotecas

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #46752
    Fredis Gerlach
    Participant

      Código ñ executa e surge a mensagem no ícone de play (run): the file in the editor is not runable.

      Aula teste de instalação das bibliotecas

      #46764
      Dalton Vargas
      Moderator

        Olá Fredis,

        Isso geralmente ocorre devido a problemas com a configuração do ambiente ou com o arquivo em si.

        Seguem algumas sugestões:

        • verifique se a extensão do arquivo está correta (.py, arquivo.py);
        • se você estiver usando o VSCode, precisa configurar o interpretador Python:
          • pressione Ctrl + Shift + P (ou Cmd + Shift + P no macOS)
          • digite Python: Select Interpreter e selecione-o
          • escolha a versão do Python instalada no seu sistema
        • verifique se o arquivo está salvo em uma pasta, e você abriu essa pasta no VSCode como um workspace
      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.