Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

586
Views
¿Cómo actualizar Python en portátiles Vertex AI?

Estoy trabajando en cuadernos proporcionados en la sección Workbench de Vertex AI. Necesito una versión actualizada de Python, pero solo tengo acceso a Python 3.7 en estos cuadernos. Seguí con éxito estos pasos y si ejecuto python3.8 --version , obtengo Python 3.8.2 , lo cual es bueno, pero python --version aún devuelve Python 3.7.12 . Si, siguiendo esta respuesta y reiniciando el kernel del portátil, ejecuto

 from platform import python_version print(python_version())

Obtengo 3.7.12 .

¿Cómo obtengo una notebook en Vertex AI compatible con una versión actualizada de Python?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

#create a new conda env: $ conda create -n python38 python=3.8 #Activate your new Python 3.8 environment: $ conda activate python38 #install ipykernel when logged in the new env: (python38)$ conda install ipykernel

Actualice la página y el nuevo python38 env estará disponible: ingrese la descripción de la imagen aquí ingrese la descripción de la imagen aquí

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!