Skip to content
New issue

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

Cannot build on Ubuntu 23.04 #6

Open
braoult opened this issue May 13, 2023 · 1 comment
Open

Cannot build on Ubuntu 23.04 #6

braoult opened this issue May 13, 2023 · 1 comment

Comments

@braoult
Copy link

braoult commented May 13, 2023

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

@aelmiger
Copy link
Owner

This seems to be an issue with numpy.
You can try a lower python version or a newer numpy version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants