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

Wheel building process for pypesq is failing #13

Open
viksosdev opened this issue May 29, 2024 · 2 comments
Open

Wheel building process for pypesq is failing #13

viksosdev opened this issue May 29, 2024 · 2 comments

Comments

@viksosdev
Copy link

Hi, I have te following problem when I tried to install using the command 'pip install -e .'

ERROR: Failed building wheel for pypesq

I'm using python3.10 in a virtual machine with ubuntu 20.04

It installs everything but this.
Captura de pantalla 2024-05-29 a las 13 19 21

@Sheng08
Copy link

Sheng08 commented Aug 9, 2024

Hi,

I encountered the same issue on Python 3.10 with Ubuntu 22.04.4 LTS. However, I was able to resolve it by first upgrading numpy and then installing the dependencies from the requirements.txt file.

Here’s what worked for me:

pip install --upgrade numpy
pip install -r requirements.txt

After these steps, the installation completed successfully. I hope this helps!

@davidmartinrius
Copy link
Owner

Hi guys, I'd like to help but I don't have enough time for this... @viksosdev I hope the answer from @Sheng08 helps.

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

3 participants