-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
please add python 3.12 support #7646
Labels
Comments
4 tasks
Duplicated of #7639 |
18 tasks
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
2 tasks
In case some have missed it. |
This was referenced Oct 19, 2023
2 tasks
if you're using Python 3.12 and need a temporary fix, install the latest aiohttp 3.9 prerelease by running the following in shell: |
denehoffman
added a commit
to denehoffman/oterm
that referenced
this issue
Nov 3, 2023
…pendency aiohttp breaking in 3.12 (see aio-libs/aiohttp#7646)
Wayonb
added a commit
to symbol/symbol
that referenced
this issue
Nov 15, 2023
problem: 1. Windows by default installs Python 3.12 which is not supported by aiohttp aio-libs/aiohttp#7646 2. build scripts fail to diff current JSON files with the generated file on Windows due to extra cr. 3. Javascript SDK is failing to build on Windows due to a. build using the linker from the git package instead of VS b. run of the vector scripts failed since Windows shell does not know BLOCKCHAIN env. Windows shell requires %BLOCKCHAIN% vs ${BLOCKCHAIN} c. import file does not match URL format(https://nodejs.org/api/esm.html#file-urls) solution: 1. Windows install Python 3.11 which is supported by aiohttp 2. Ignore cr on the diff of JSON files. 3. Javascript SDK updates a. Put the VS tool first in the PATH in the user profile. b. run the vector scripts with bash so that the environment variable(BLOCKCHAIN) will get processed. c. convert the import file pathToFileURL to URL format
Wayonb
added a commit
to symbol/symbol
that referenced
this issue
Nov 15, 2023
problem: 1. Windows by default installs Python 3.12 which is not supported by aiohttp aio-libs/aiohttp#7646 2. build scripts fail to diff current JSON files with the generated file on Windows due to extra cr. 3. Javascript SDK is failing to build on Windows due to a. build using the linker from the git package instead of VS b. run of the vector scripts failed since Windows shell does not know BLOCKCHAIN env. Windows shell requires %BLOCKCHAIN% vs ${BLOCKCHAIN} c. import file does not match URL format(https://nodejs.org/api/esm.html#file-urls) solution: 1. Windows install Python 3.11 which is supported by aiohttp 2. Ignore cr on the diff of JSON files. 3. Javascript SDK updates a. Put the VS tool first in the PATH in the user profile. b. run the vector scripts with bash so that the environment variable(BLOCKCHAIN) will get processed. c. convert the import file pathToFileURL to URL format
mhthies
added a commit
to mhthies/smarthomeconnect
that referenced
this issue
Nov 20, 2023
This reverts commit 4c2c1b9. aiohttp is not Python 3.12 ready yet: aio-libs/aiohttp#7646
14 tasks
This comment has been minimized.
This comment has been minimized.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem?
we try to update our project to support python 3.12 as we recognised that your wheels are not available for python 3.12.
Describe the solution you'd like
please add wheels for python 3.12
Describe alternatives you've considered
none
Related component
Client
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: