Borrar filtros
Borrar filtros

command not found: pip

36 visualizaciones (últimos 30 días)
Danial Kazemikia
Danial Kazemikia el 20 de Abr. de 2024
Comentada: Danial Kazemikia el 20 de Abr. de 2024
Python is installed and loaded in Matlab but pip is not found
how can I fix this?
>> pyenv
ans =
PythonEnvironment with properties:
Version: "3.9"
Executable: "/Library/Developer/CommandLineTools/usr/bin/python3"
Library: "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/libpython3.9.dylib"
Home: "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9"
Status: Loaded
ExecutionMode: InProcess
ProcessID: "17092"
ProcessName: "MATLAB"
>> !pip install tensorflow
zsh:1: command not found: pip

Respuestas (1)

Walter Roberson
Walter Roberson el 20 de Abr. de 2024
pip is a python command, not a shell command.
!python pip install tensorflow
  1 comentario
Danial Kazemikia
Danial Kazemikia el 20 de Abr. de 2024
Thank you for your response. I used previous code from a live code in one of Matlab website's videos.
!python pip install tensorflow
this doesn't work in matlab either.

Iniciar sesión para comentar.

Categorías

Más información sobre Call Python from MATLAB en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by