Below is what I tried:
$ python --version
Python 3.11.2
$ git clone https://github.com/aelmiger/chessboard2fen.git
$ python3 -m venv .venv
$ source .venv/bin/activate
(.venv) $ pip install -r requirements.txt
The pip install exited with error as attached. It could be a python version error, or similar, but I have no idea about python or pip environments...
errors.txt
Below is what I tried:
The
pip installexited with error as attached. It could be a python version error, or similar, but I have no idea about python or pip environments...errors.txt