Shiny: Shiny won't install after httpuv install (tried solutions in #2030 and #2054)

Created on 21 May 2018  路  2Comments  路  Source: rstudio/shiny

Hello

After an httpuv update, my Shiny app won't run because shiny library fails to load. I have tried to re-install shiny but it is failing due to the version of httpuv installed (see below). I have tried the solutions given in #2030 and #2054 but this is still not working for me. Any help would be much appreciated!

Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
namespace 'httpuv' 1.4.1 is being loaded, but >= 1.4.3 is required
ERROR: lazy loading failed for package 'shiny'

Most helpful comment

@lzbb: How did you solve the issue in the end?

All 2 comments

@lzbb: How did you solve the issue in the end?

I encountered the same issue and solved it by updating the R version to x64 3.5.1 and RStudio to 1.1.456. After this, the httpuv package update ran properly and, therefore, shiny could be updated to the 1.1 version too.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

FrissAnalytics picture FrissAnalytics  路  5Comments

jiayi9 picture jiayi9  路  5Comments

Stophface picture Stophface  路  3Comments

kiendang picture kiendang  路  3Comments

snowman55 picture snowman55  路  5Comments