-
Notifications
You must be signed in to change notification settings - Fork 374
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
Error installing "nevergrad" #181
Comments
Hi, f.inputWrangling() is an old function. Robyn has just updated to 3.0 with a package, new features and improvements. Please check the README on our github homepage for usage guide. |
the new code still has f.inputWrangling() in it, which does not work without nevergrad nor does the model_out_collect = f.robyn because it requires inputWrangling to be used on the input data. how do I get around this in v3? Thanks |
You're looking at the "source" directory, right? This contains the 2.0 codes that are deprecated and will be deleted soon. Please read the README on our GitHub homepage to see how to install the new 3.0 package , the complete usage guide and new materials |
Is your issue solved? Please check this thread if not and please also post your specs there. #189 |
No it isn't, will do. Thanks.
…On Fri, Oct 22, 2021 at 2:02 PM gufengzhou ***@***.***> wrote:
Is your issue solved? Please check this thread if not and please also post
your specs there. #189
<#189>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#181 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV5ZAYZJRXWTAUFNYF3NO2TUIGRNFANCNFSM5FMLCLFQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Contributing to FB NextGen MMM R script
Issue
A summary of what the issue is about.
I have used Robyn on this PC before, and I came back to it and ran the code.
When I ran - conda_install("r-reticulate", "nevergrad, ", pip=TRUE), an error showed up saying:
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/nevergrad/
I have tried to re-install reticulate, sll, tls, nevergrad, but I keep getting this error. Nevergrad is needed for this line of code: dt_mod <- f.inputWrangling()
Steps to Reproduce
Please provide instructions that can be used to reproduce your issue. Usually this will include a test case that produces the wrong output.
Expected Behavior
What you expected to happen. For example the error message you expected to see.
Typically the package is added and I can continue with the MMM analysis.
Actual Results
What actually happened. For example, an error message you did not expect to see.
Environment
R version (R --version)
The text was updated successfully, but these errors were encountered: