-
Notifications
You must be signed in to change notification settings - Fork 321
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
Installation Issue: '/usr/bin' exists but is not a virtual environment #522
Comments
It looks like reticulate is not using the 'r-reticulate' miniconda installation at If you unset it with |
NOTE: Python version was forced by RETICULATE_PYTHON
|
Sorry you're having these troubles.
As far as I know, this message only appears if the environment variable
Perhaps the variable is being set in some unexpected place? (check Another cause here might be that reticulate is trying to bind to the correct python, but then failing... that seems unlikely though, but you can try to diagnose by stepping through what reticulate does when you call |
I'm not finding a reference to RETICULATE_PYTHON in .bashrc or .profile (and I don't have a .Rprofile). Not sure if this might be hidden in a system level file.
So I'm not managing to unset it. The import is just telling me that tensorflow is not yet installed.
So whatever is setting the RETICULATE_PYTHON variable is resetting it before a reboot. |
Perhaps If you don't end up find where |
I found where it was getting set. When I unset this, it appears to fix the configuration problem:
But I'm still getting problems on the installation:
I'm going to try re-executing the installation from github. May I offer two suggestions for improving the docs:
|
Thank you! We'll update the docs with the two suggestions. |
I followed these instructions:
And got the following error mesages:
This is just running under Pop_OS (Ubuntu derivative) 20.10. the miniconda installation worked fine under Mac_OS.
Diagnostic info:
The text was updated successfully, but these errors were encountered: