pydroid3 icon indicating copy to clipboard operation
pydroid3 copied to clipboard

Beginner

Open 0780801036 opened this issue 2 years ago • 4 comments

0780801036 avatar Jul 07 '23 04:07 0780801036

Hello, what your question?

John-coder777 avatar Jul 19 '23 18:07 John-coder777

Hello I'd like to update scikit-learn1.0.0 to 1.3.0. I trid it, but I cannot. How can I doing ?

Best Regards.

yngstmsk avatar Oct 01 '23 10:10 yngstmsk

To update scikit-learn from version 1.0.0 to 1.3.0, you can use the following steps:

  1. Open your command-line interface or terminal.

  2. Activate your Python environment where scikit-learn is installed. If you are using a virtual environment, make sure to activate it.

  3. Run the following command to upgrade scikit-learn using pip:

    pip install --upgrade scikit-learn==1.3.0
    

    This command tells pip to upgrade scikit-learn to version 1.3.0.

  4. Pip will download and install the updated scikit-learn package along with any required dependencies. Wait for the installation process to complete.

  5. After the installation is finished, you can verify that scikit-learn has been updated by running the following command:

    python -c "import sklearn; print(sklearn.__version__)"
    

    If the output shows "1.3.0", then scikit-learn has been successfully updated.

0780801036 avatar Oct 01 '23 11:10 0780801036

Thank you for your quick and kindfull responce to me. I tried it from pydroid3 terminal.(pip install --upgrade scikit-learn==1.3.0) But then it prints a very long log and it doesn't get upgraded. Could you please tell me how to activate the environment?

My environment is Device Galaxy S23 Application used: pydroid3

Thanks.

log.txt

yngstmsk avatar Oct 02 '23 01:10 yngstmsk