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

Is pyflow compatible with Python 3.10? #160

Closed
cclauss opened this issue Nov 24, 2021 · 1 comment
Closed

Is pyflow compatible with Python 3.10? #160

cclauss opened this issue Nov 24, 2021 · 1 comment

Comments

@cclauss
Copy link
Contributor

cclauss commented Nov 24, 2021

Related to #154 and #157

Fails when installing awscrt 0.11.24 raises ImportError: No module named 'setuptools'

==> FAILED
==> Testing pyflow
==> /home/linuxbrew/.linuxbrew/Cellar/pyflow/0.3.1_1/bin/pyflow init
==> /home/linuxbrew/.linuxbrew/Cellar/pyflow/0.3.1_1/bin/pyflow install boto3
Found lockfile
⬇ Installing boto3 1.18.57 ...
⬇ Installing botocore 1.21.57 ...
⬇ Installing urllib3 1.26.7 ...
⬇ Installing python_dateutil 2.8.2 ...
⬇ Installing awscrt 0.11.24 ...
thread 'main' panicked at 'running setup.py bdist_wheel in folder "/tmp/pyflow-test-20211008-18815-167wlah/__pypackages__/3.10/lib/awscrt-0.11.24". Py path: "/tmp/pyflow-test-20211008-18815-167wlah/__pypackages__/3.10/.venv/bin/python": Traceback (most recent call last):
  File "setup.py", line 11, in <module>
    import setuptools
ImportError: No module named 'setuptools'
', src/install.rs:391:21
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Error: pyflow: failed
@cclauss cclauss closed this as completed Nov 25, 2021
@David-OConnor
Copy link
Owner

No. I think I need to set up a patch and/or compile binaries (for each OS) on the repository it downloads Python from. It might work if you already have 3.10 installed. Should be a quick fix.

@David-OConnor David-OConnor reopened this Nov 26, 2021
@cclauss cclauss closed this as completed Mar 3, 2022
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

2 participants