-
Notifications
You must be signed in to change notification settings - Fork 65
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
greta_sitrep() fails, despite github install_great_deps() reporting no errors #613
Comments
Hi @rogerssam - Thanks for this! Really appreciate the extra information on the R session / python packages etc. One clue here that is interesting is that |
Not sure about TF-P, but when listing the installations of TF there were 64 of them, of various different versions. I imagine there were several TF-P versions there as well, but I didn't specifically look. |
I've been having a look at the code for Line 66 in f59c1f0
|
Hi @njtierney, any further thoughts on this? |
@rogerssam sorry I missed this!
https://github.com/greta-dev/greta/blob/tf2-poke-tf-fun/R/zzz.R#L3 How is installation progressing from here? Recent changes to |
Hi @rogerssam - I've revamped the greta installation process, if you can try installing from devtools::install_github("greta-dev/greta") And run library(greta)
# set a log file to save the installation information into
write_greta_install_log('greta-logfile.html')
reinstall_greta_deps() Let me know how you go? I'm going to close this issue for the moment but let me know how things go. |
Thanks @njtierney, this seems to be sorted now. |
So glad to hear it! :) |
Hi Nick, my colleague Max attended your workshop on Wednesday, and was having problems installing greta dependencies on his MBP (M2 chip). I have been trying to assist with the installation issues this morning.
It seems that somehow
greta_sitrep()
is not detecting the installed packages properly? I'm not exceptionally familiar with python environment setups myself, but here is some output from what we've tried and what was returned.All appears to have worked correctly. When checking error messages (
greta_notes_conda_install_error()
) it only reports updates available for pip, no installation errors.However,
greta_sitrep()
doesn't think tensorflow is available:However, checking via reticulate shows it does appear to be installed and available:
As you can see, TF and TF probability are both listed there as available in that environment, but apparently not visible to greta for some reason.
Any suggestions?
The text was updated successfully, but these errors were encountered: