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

asyncio as dependency? #254

Closed
MementoRC opened this issue Sep 27, 2023 · 3 comments
Closed

asyncio as dependency? #254

MementoRC opened this issue Sep 27, 2023 · 3 comments

Comments

@MementoRC
Copy link

Is it possible to remove asyncio as a dependency? It is only relevant for python <=3.3, but the python support is ^3.9

@MementoRC
Copy link
Author

MementoRC commented Jan 21, 2024

@achilleas-kal @xlab This is from the PYPI asyncio package: https://pypi.org/project/asyncio/

Project description
This version is only relevant for Python 3.3, which does not include asyncio in its stdlib.

Your project is python ^3.9

This is bogging down the creation of the conda-forge recipe. It seems ridiculous to use my fork for just such a silly issue
Thx

@MementoRC
Copy link
Author

FYI:

import: 'pyinjective'
+ pip check
injective-py 0.9.12 requires asyncio, which is not installed.
WARNING: Tests failed for injective-py-0.9.12-pyhd8ed1ab_0.conda - moving package to /home/conda/staged-recipes/build_artifacts/broken
TESTS FAILED: injective-py-0.9.12-pyhd8ed1ab_0.conda

@aarmoa
Copy link
Collaborator

aarmoa commented Feb 6, 2024

This issue is fixed in #301

@aarmoa aarmoa closed this as completed Feb 6, 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

No branches or pull requests

3 participants
@aarmoa @MementoRC and others