We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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...
pip install
errors.txt
The text was updated successfully, but these errors were encountered:
This seems to be an issue with numpy. You can try a lower python version or a newer numpy version.
Sorry, something went wrong.
No branches or pull requests
Below is what I tried:
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
The text was updated successfully, but these errors were encountered: