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

Pyenv error in Debain 12 #425

Open
anarchopossum opened this issue Dec 25, 2023 · 2 comments
Open

Pyenv error in Debain 12 #425

anarchopossum opened this issue Dec 25, 2023 · 2 comments

Comments

@anarchopossum
Copy link

Describe the bug
setup.sh gives Error: pyenv not installed even though there is an install on the machine.

❯ pyenv
pyenv 2.3.26
Usage: pyenv <command> [<args>]

Some useful pyenv commands are:
...

To Reproduce
Steps to reproduce the behavior:

  1. Run a fresh install of Debian 12
  2. Clone LLM-VM repo
  3. Run ./setup.sh within repo folder
  4. Go through script
  5. after homebrew installs you will get an error:
pyenv found, upgrading to latest version...
Already up-to-date.
Error: pyenv not installed
  1. process ends.

Expected behavior
Install completes

Desktop

  • OS: Debian 12

Terminal Output
anarch_install_output.txt

@Jobhdez
Copy link
Collaborator

Jobhdez commented Dec 25, 2023

Try this:

> git clone https://github.com/anarchy-ai/LLM-VM.git
> cd LLM-VM
> python -m venv <name>
> source <name>/bin/activate
> python -m pip install -e ."[dev]"

@anarchopossum
Copy link
Author

Try this:

> git clone https://github.com/anarchy-ai/LLM-VM.git
> cd LLM-VM
> python -m venv <name>
> source <name>/bin/activate
> python -m pip install -e ."[dev]"

Right that works, although using the setup script does not work. as in ./setup.sh.

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

No branches or pull requests

2 participants