sreedta8

Results 11 comments of sreedta8

I ran into same error that started this thread: Operating System: Ubuntu 20.04 using KDE Plasma Python Distribution: Anaconda 64-bit I created a new environment "bayesian" and installed pymc3, pystan,...

Thanks for the quick reply. I get these long set of errors with the new command: (I have posted the entire output) WARNING:rpy2.rinterface_lib.callbacks:R[write to console]: Warning: WARNING:rpy2.rinterface_lib.callbacks:R[write to console]: failed...

Just a thought: I have R 4.0.2 installed outside of Anaconda and I noticed that the rpy2 is using a r-base which is 3.6.1 - Is there any potential conflict...

Get the same error as before: --- Please select a CRAN mirror for use in this session --- WARNING:rpy2.rinterface_lib.callbacks:R[write to console]: Warning: WARNING:rpy2.rinterface_lib.callbacks:R[write to console]: failed to download mirrors file...

@adamhaber By default conda installed rpy2 v-2.9.4. Then I used pip install rpy2 v-3.3.6 and pip deleted the old version and installed the new one. Sorry about some of the...

@adamhaber I tried the steps to install rpy2==3.1.0 using conda - that installation worked but not the brms installation Got the same *curl* CONFIG error - All those not dependent...

Yes I have tried both anaconda *curl* and *libcurl*- still the same error persists

@adamhaber I solved the *curl* error by adding the location of libcurl.pc in miniconda3 to the PKG_CONFIG_PATH and could install *curl* - Now I'm having issues with V8 package upon...

@adamhaber I got *pybrms* working using r-base 3.6.1, rpy2-3.3.6, and python 3.6.10 on a Windows 10 Anaconda platform with some simple tweaks. I'm on the final steps of getting it...

@adamhaber I also got it working on Ubuntu with the help of @jeroen (Jeroen Ooms) who maintains the V8 library on GitHub. He had asked me to install **r-v8** from...