anarchy-ai / LLM-VM

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

Windows pip3 install not working #290

Open Avr-Arnold opened 1 year ago

Avr-Arnold commented 1 year ago

Hi,

I am trying to install Anarchy in Windows and am getting an error PERROR: File "setup.py" or "setup.cfg" not found. Directory cannot be installed in editable mode: C:\MyPath\LLM-VM (A "pyproject.toml" file was found, but editable mode currently requires a setuptools-based build.)

T3CH3Y commented 1 year ago

Hi Arnold, what version of pip, python, and setup tools are you using? I am assuming you are attempting to install the developer package.

If you can, use these commands in your terminal and see if they help: python3 -m pip install --upgrade pip pip install --upgrade pip setuptools

You may not have up date front and backend packages for the PEP660 standard required for installations utilizing only a 'pyproject.toml' as is the case here. Source