79194410

Date: 2024-11-16 02:36:55
Score: 1
Natty:
Report link

Use miniconda, Miniconda allowing you to customize your Python environments with the exact packages you need.

Install Miniconda on Windows https://docs.conda.io/en/latest/miniconda.html

This is a one time process, once you are done with the installation process.

Try this command

conda create -n python=2.7 numpy pandas

conda activate

Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: SSH246