Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bash:syntax error- Ubuntu pip install and install from source #58

Open
7 of 12 tasks
kiluma opened this issue Nov 25, 2023 · 1 comment
Open
7 of 12 tasks

bash:syntax error- Ubuntu pip install and install from source #58

kiluma opened this issue Nov 25, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@kiluma
Copy link

kiluma commented Nov 25, 2023

Please check that this issue hasn't been reported before.

  • I searched previous Bug Reports didn't find any similar reports.

Expected Behavior

The expected behavior is to start the software in the CLI.

Current behaviour

bash: syntax error
Screenshot from 2023-11-25 16-09-19

Steps to reproduce

I tried installing from source first and received the same error. I then tried installing through pip and received the same error.

Possible solution

Not sure, I'm probably doing something wrong. Maybe better documentation.

Which Operating Systems are you using?

  • Linux
  • macOS
  • Windows

Python Version

  • >= v3.11
  • v3.10
  • v3.9
  • <= v3.8

LoopGPT Version

Latest release

Acknowledgements

  • My issue title is concise, descriptive, and in title casing.
  • I have searched the existing issues to make sure this bug has not been reported yet.
  • I am using the latest version of LoopGPT.
  • I have provided enough information for the maintainers to reproduce and diagnose the issue.
@kiluma kiluma added the bug Something isn't working label Nov 25, 2023
@FayazRahman
Copy link
Collaborator

Hi @kiluma, you need to install loopgpt using

cd kiluma
cd loopgpt
pip install -e .

and then just run

loopgpt run

And it should work if the environment variables are set up properly. Please refer to the README for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants