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

Error in reticulate::use_python(): failed to initialize requested version of Python #1627

Open
MrClearLovez opened this issue Jun 26, 2024 · 2 comments

Comments

@MrClearLovez
Copy link

Dear Developer:
When I run use_python function in linux,I got this error:

this is my environment:
image

I conda environment is this:

and my IDE is jupyter notebook.Sincere request you to help me to solve this problem!

@MrClearLovez
Copy link
Author

image

and I want use_python("/home/data/t090313/miniconda3/envs/python36/bin/python")

I got this error:
image

@t-kalinowski
Copy link
Member

It looks for one reason or another, Jupyter is not giving you the opportunity to see the cause for why initialization failed.

Can you try outside of Jupyter, to see the full error message, or to see if Jupyter is somehow the cause of the issue?

Also, Python 3.6 is quite old and EOL. I'd strongly recommend using a version of Python that is currently supported (i.e., v3.9+). https://devguide.python.org/versions/

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

2 participants