tylerjrichards / st-paywall

A python package for creating subscription Streamlit apps
MIT License
235 stars 46 forks source link

ModuleNotFoundError: No module named 'st_paywall' #60

Closed hahnsangkim closed 4 months ago

hahnsangkim commented 4 months ago

These are the steps I took.

  1. I cloned the repo
  2. cd st-paywall
  3. st-paywall> pip install st-paywall
  4. st-paywall> streamlit run streamlit_app.py

I encountered the error "ModuleNotFoundError: No module named 'st_paywall'." Am I missing anything?

hahnsangkim commented 4 months ago

My bad. it was related to an environment I set up. Now, it works fine. I'll close this issue, if I can.

tylerjrichards commented 4 months ago

glad it worked out!