Unable to load Twitter.jl in Pluto

When I’m using Pluto, I’m able to add Twitter.jl

Pkg.add("Twitter")

works just fine, but

using Twitter 

gives the error

Failed to precompile Twitter [92393bbf-ba23-5323-a3fa-fbe1e5f35af8] to ~/.julia/compiled/v1.6/Twitter/jl_3YxyUY.

does this have something to do with Oauth? The github says Oauth is not added.

It appears to load into my Ubuntu terminal fine (I’m unable to use this without a Twitter Dev account).

Is there a way to get this to work in Pluto? Is there a better way to analyze the Twitter API?