Skip to content

src/greenlet/greenlet.h:42:5: error: unknown type name ‘CFrame’ #295

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

Closed
allen-munsch opened this issue Mar 24, 2022 · 1 comment
Closed

Comments

@allen-munsch
Copy link

Anyone know off hand how to install CFrame header stuff?

Was getting hung up on trying to find which version of gcc, and headers to use for 2.0.0.a1 and Python 3.11.0a6+

02:31:14 (venv_3_11_dev) jm@jm asdf ±|AA-1545-jm-1 ✗|→ python --version
Python 3.11.0a6+

02:35:44 (venv_3_11_dev) jm@jm asdf ±|AA-1545-jm-1 ✗|→ cat requirements.txt | grep greenlet
-e git+https://github.com/python-greenlet/[email protected]#egg=greenlet

02:35:59 (venv_3_11_dev) jm@jm asdf ±|AA-1545-jm-1 ✗|→ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 20.04.3 LTS
Release:	20.04
Codename:	focal
@jamadden
Copy link
Contributor

Versions of greenlet prior to 2.0a2 (released yesterday) do not work with Python 3.11a6.

dirn added a commit to dirn/dotfiles that referenced this issue Apr 29, 2023
[greenlet]'s stable release doesn't work with Python 3.11. There's a
chance support will be [backported], but until either that happens or
the pre-release is promoted to a stable release, the pre-release needs
to be installed under 3.11. Without it, bpython can't be installed.

[backported]: python-greenlet/greenlet#306
[greenlet]: python-greenlet/greenlet#295 (comment)
kaenguruhs pushed a commit to kaenguruhs/Mayan-EDMS that referenced this issue Jun 29, 2023
Avoid Python 3.10/3.11 conflict during build.

Greenlet bug 295
python-greenlet/greenlet#295

Signed-off-by: Roberto Rosario <[email protected]>
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