-
-
Notifications
You must be signed in to change notification settings - Fork 772
Closed
Labels
Description
https://github.com/mitsuhiko/rye
I tried this:
rye install datasette
But now:
% ~/.rye/shims/datasette
Traceback (most recent call last):
File "/Users/simon/.rye/shims/datasette", line 5, in <module>
from datasette.cli import cli
File "/Users/simon/.rye/tools/datasette/lib/python3.11/site-packages/datasette/cli.py", line 17, in <module>
from .app import (
File "/Users/simon/.rye/tools/datasette/lib/python3.11/site-packages/datasette/app.py", line 14, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
I think that's because setuptools
is not included in Rye.