syntaxprnv
syntaxprnv

Reputation: 11

I am not able to "!pip install localtunnel" in google colab

ERROR: Could not find a version that satisfies the requirement localtunnel (from versions: none) ERROR: No matching distribution found for localtunnel

it was there yesterday,

I need this package for running streamlit

Any suggestions changes , updates new syntax , etc

Upvotes: 0

Views: 16

Answers (1)

Leonardo
Leonardo

Reputation: 318

Try this

!npm install localtunnel

localtunnel is not available as a python package, so pip cannot find and install it.

https://github.com/localtunnel/localtunnel

Upvotes: 0

Related Questions