anarchy-ai / LLM-VM

irresponsible innovation. Try now at https://chat.dev/
https://anarchy.ai/
MIT License
480 stars 146 forks source link

Add an install script #164

Closed saragracelien closed 1 year ago

saragracelien commented 1 year ago

ERROR: Package 'llm-vm' requires a different Python: 3.9.6 not in '>=3.10'

I was trying to install Anarchy but faced some issues with the Python version.

I tried conda create -n myenv python=3.9.6 but it did not work.

INF800 commented 1 year ago

The >=3.10 in the error message means you will need to use python 3.10 or a higher version for the project.

Use

conda create -n myenv python=3.10

And it should do the job.

mmirman commented 1 year ago
  1. Make project requirements clearer
  2. Add an install script.
saragracelien commented 1 year ago

So I did conda create -n myenv python=3.10 but it did not work. Everytime I checked the version using python3 --version it kept showing Python 3.9.6

since I was using VS code, I found that if I changed the interpreter path and restarted VS code it finally worked.

Screenshot 2023-08-29 at 9 35 58 AM
INF800 commented 1 year ago

Are these the same steps you followed?

(base) $ conda create -n myenv python=3.10
(base) $ conda activate myenv
(myenv) $ python --version

Note how base turns into myenv upon activating the environment.

Lioncat2002 commented 1 year ago

Hello! I would like to work on this

mmirman commented 1 year ago

You are free to work on it @Lioncat2002, but we can't assign it to you until you are a full contributor as per #contributing-guide in discord.

Lioncat2002 commented 1 year ago

Ahh cool @mmirman So I was thinking of possible solution for this, and a simple one would be to make a bash script ig? The users can directly run the script to get the repository work.

vivasvan1 commented 1 year ago

What's the goal of this issue?

bilal-aamer commented 1 year ago

@VictorOdede Is this issue solved?

bjornaer commented 1 year ago

max.schulkin@gmail.com