Skip to content

Commit

Permalink
docs: include fix SSL issue recommendation #189 @monathiele
Browse files Browse the repository at this point in the history
  • Loading branch information
laresbernardo committed Dec 1, 2022
1 parent 5bef956 commit a171b1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/demo.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ options(future.fork.enable = TRUE)
# Finally, reset your R session and re-install Nevergrad with option 2

#### Known potential issues when installing nevergrad and possible fixes
# Fix SSL issue (#189): reticulate:::rm_all_reticulate_state()
# Try updating pip: system("pip3 install --upgrade pip")
# Be sure to have numpy (and wheel, and pip?) installed: py_install("numpy", pip = TRUE)
# Check if something looks weird on: py_config() # Py version < 3.10? No numpy?
Expand Down

0 comments on commit a171b1d

Please sign in to comment.