Skip to content

Conversation

@samuelmarc
Copy link
Contributor

I updated the aiohttp version to resolve an error that occurred when installing the library in newer versions of Python.

@robert-nogueira
Copy link
Contributor

I updated the aiohttp version to resolve an error that occurred when installing the library in newer versions of Python.

Which error occurred, and in which version of Python? Could you provide a step-by-step guide so that I can reproduce the error?

@samuelmarc
Copy link
Contributor Author

I updated the aiohttp version to resolve an error that occurred when installing the library in newer versions of Python.

Which error occurred, and in which version of Python? Could you provide a step-by-step guide so that I can reproduce the error?

yes of course!

python version: Python 3.12.1

I run the command to install the squarecloud-api library using

pip install squarecloud-api

and then I got this error:

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for aiohttp
Failed to build aiohttp
ERROR: Could not build wheels for aiohttp, which is required to install pyproject.toml-based projects

but when updating the aiohttp version to the latest the installation is successful.

@robert-nogueira
Copy link
Contributor

I updated the aiohttp version to resolve an error that occurred when installing the library in newer versions of Python.

Which error occurred, and in which version of Python? Could you provide a step-by-step guide so that I can reproduce the error?

yes of course!

python version: Python 3.12.1

I run the command to install the squarecloud-api library using

pip install squarecloud-api

and then I got this error:

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for aiohttp Failed to build aiohttp ERROR: Could not build wheels for aiohttp, which is required to install pyproject.toml-based projects

but when updating the aiohttp version to the latest the installation is successful.

I was able to reproduce the error you mentioned by updating the version of the "aiohttp" dependency. It seems like the proposed change is valid and helps address the issue.

I will proceed with merging your pull request. If you have any further suggestions or changes, please feel free to discuss or submit new pull requests.

Once again, thank you for your valuable contribution!

@robert-nogueira robert-nogueira merged commit b124c13 into squarecloudofc:main Feb 18, 2024
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

Successfully merging this pull request may close these issues.

2 participants