Open Avr-Arnold opened 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
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.)