Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

[BUG] ModuleNotFoundError: No module named 'sage' #101

Open
hkro opened this issue Oct 30, 2024 · 1 comment
Open

[BUG] ModuleNotFoundError: No module named 'sage' #101

hkro opened this issue Oct 30, 2024 · 1 comment
Assignees

Comments

@hkro
Copy link

hkro commented Oct 30, 2024

Describe the bug
After successful installation both commands sage-index and sage-chat throw an error...

To Reproduce
Steps to reproduce the behavior:

  1. Install sage via pipx install git+https://github.com/Storia-AI/sage.git@main --python 3.12
  2. Run indexing via sage-index

Expected behavior

harald@macbook sage % sage-chat 
Traceback (most recent call last):
  File "/usr/local/bin/sage-chat", line 5, in <module>
    from sage.chat import main
ModuleNotFoundError: No module named 'sage'

Setup (please complete the following information):

  • Python version: 3.12
  • OS: macOS Sequoia 15.0.1
@iuliaturc iuliaturc self-assigned this Oct 31, 2024
@hkro
Copy link
Author

hkro commented Nov 1, 2024

I like this product so much I had to find a different way 😊 Installing with pip3.11 install -e . worked for me. Anyhow above failed pipx installation should have thrown an error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants