https://dagster.io/ logo
#ask-community
Title
# ask-community
x

Xavier BALESI

08/18/2022, 1:31 PM
Hi all, I tried to use
dagster_graphql
with python3.10 but a dependency
pendulum
doesn't have wheel for python 310 https://pypi.org/project/pendulum/#files
🤖 1
s

sandy

08/18/2022, 4:00 PM
hey @Xavier BALESI - I was able to successfully
pip3 install dagster-graphql
in a python 3.10 environment. it had to build its own wheel rather than pull it from pypi. is that not an option for you?
x

Xavier BALESI

08/18/2022, 4:32 PM
Hi @sandy, thank you for the response. Actually our cicd pipeline pull the dependencies from pypi, I'll find a solution with the SRE team. Thank you 👍
3 Views