superduper-io / superduper

Superduper: Integrate AI models and machine learning workflows with your database to implement custom AI applications, without moving your data. Including streaming inference, scalable model hosting, training and vector search.
https://superduper.io
Apache License 2.0
4.71k stars 460 forks source link

`superduper` not available as a command line tool #2402

Closed blythed closed 2 weeks ago

blythed commented 2 months ago

On Mac OSX, with a virtual environment (Python 3.11), I can access superduper with:

python -m superduper --help

But not

superduper --help
namit-chandwani commented 2 months ago

Hey @blythed, I've setup the superduper repo locally on my system and would like to get started with some beginner issue to get familiar with the codebase.

Can you please assign this one to me?

SaisatwikBiku commented 2 months ago

It seems like the module may not be installed correctly or exposed as a command-line tool in your virtual environment. To fix this problem, you can try installing superduper with the --user flag or make sure that your PATH is configured properly.

Install with --user Flag: pip install --user superduper

Check PATH: echo $PATH