- This topic has 1 reply, 2 voices, and was last updated 3 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Fórum Lógica de Programação: O Guia Completo › Problema na instalação do pacote Numpy – Exemplo 1 vetores Python
Tagged: Exemplo 1 vetores Python
Quando tento instalar o pacote Numpy aparece a seguinte mensagem:
PS C:\Users\Afonso Sabino\PycharmProjects\pythonProject3> % pip install numpy
% : Não é possível chamar um método em uma expressão de valor nulo.
No linha:1 caractere:1
+ % pip install numpy
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:PSObject) [ForEach-Object], PSArgumentException
+ FullyQualifiedErrorId : InvokeMethodOnNull,Microsoft.PowerShell.Commands.ForEachObjectCommand
Gostaria de saber como resolver esse problema.
Olá Afonso, no Windows não é necessário o símbolo %.
Fabio