Problem with Reticulate

Hi!
I have a problem when I am trying to use the reticulate package following both the cheatsheet and other tutorials. For example, when I run this code:

library(reticulate)
virtualenv_create("fmri-proj")
py_install("seaborn", envname = "fmri-proj")
use_virtualenv("fmri-proj")

This message appears in the console:

> py_install("seaborn")
Collecting package metadata (current_repodata.json): ...working... failed

ProxyError: Conda cannot proceed due to an error in your proxy configuration.
Check for typos and other configuration errors in any '.netrc' file in your home directory,
any environment variables ending in '_PROXY', and any other system-wide proxy
configuration settings.

I have changed my proxy config to *.anaconda.org from my Proxy exceptions but appears not working yet.
I hope you can help me with that.
Thanks a lot!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.