detime / pydroid3

Xposed module for Pydroid3 to get premium
GNU General Public License v3.0
17 stars 3 forks source link

Beginner #2

Open 0780801036 opened 12 months ago

John-coder777 commented 11 months ago

Hello, what your question?

yngstmsk commented 9 months ago

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.

0780801036 commented 9 months ago

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.

yngstmsk commented 9 months ago

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