--
You received this message because you are subscribed to the Google Groups "nat-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nat-user+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/nat-user/64b5581d-4480-4d5b-9b41-79d1848930f4n%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "nat-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/nat-user/rU-KhRyHk2E/unsubscribe.
To unsubscribe from this group and all its topics, send an email to nat-user+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/nat-user/68d51e07-e059-4688-a564-a9bf1032dcf2n%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/nat-user/9d25099e-c2a8-4964-aa87-c4141bbd807bn%40googlegroups.com.
On May 9, 2023, at 9:38 AM, Li Guo <li_...@ucsb.edu> wrote:
Hello Dr. Jefferis,In my last email it was not cut off, the crash happened when I run fafbseg::dr_fafbseg(). I attached the output of R version here as well.Bests
Li<Screenshot 2023-05-09 at 9.35.40 AM.png><Screenshot 2023-05-09 at 9.35.23 AM.png>
simple_python("basic")
On 9 May 2023, at 21:20, Li Guo <li_...@ucsb.edu> wrote:
Dear Dr.Jefferis,Both fafbseg:::check_python() and fafbseg:::check_reticulate() trigger crash. My python setup is> reticulate::py_discover_config() python: /Users/liguo/opt/anaconda3/bin/python libpython: /Users/liguo/opt/anaconda3/lib/libpython3.8.dylib pythonhome: /Users/liguo/opt/anaconda3:/Users/liguo/opt/anaconda3 version: 3.8.8 (default, Apr 13 2021, 12:59:45) [Clang 10.0.0 ] numpy: /Users/liguo/opt/anaconda3/lib/python3.8/site-packages/numpy numpy_version: 1.20.1 NOTE: Python version was forced by RETICULATE_PYTHONWould you suggest me to reinstall python here?BestsLiOn May 9, 2023, at 11:26 AM, Greg Jefferis <jeff...@gmail.com> wrote:I am guessing that the problem is in:fafbseg:::check_reticulate()and inside that:fafbseg:::check_python()can you check if they trigger the crash directly?Most likely your python installation is corrupt. Fixing this depends on knowing more about your python setup, which you can probably do with:reticulate::py_discover_config()but I think removing it by following the instructions when doing:simple_python(pyinstall = "blast")and then runningsimple_python("basic")should get you going.All the best,Greg.
On 9 May 2023, at 18:49, Li Guo <li_...@ucsb.edu> wrote:
Dear Dr. Jefferis,Sorry the last email I did not run properly on the debug step. After following your suggestions, here is the outcome