Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beginner #2

Open
0780801036 opened this issue Jul 7, 2023 · 4 comments
Open

Beginner #2

0780801036 opened this issue Jul 7, 2023 · 4 comments

Comments

@0780801036
Copy link

No description provided.

@John-coder777
Copy link

Hello, what your question?

@yngstmsk
Copy link

yngstmsk commented Oct 1, 2023

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
Copy link
Author

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
Copy link

yngstmsk commented Oct 2, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants