-
-
Notifications
You must be signed in to change notification settings - Fork 473
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
doesn't support the latest python version #650
Comments
got the same problem please help |
me too |
@kletel
if you could do an unofficial for the latest version .... I could use it
the latest version is 3.10.8
pip3 install cefpython3-for-python-3.8.10-unofficial
ERROR: Could not find a version that satisfies the requirement
cefpython3-for-python-3.8.10-unofficial (from versions: none)
ERROR: No matching distribution found for
cefpython3-for-python-3.8.10-unofficial
***@***.***:~# python3 --version
Python 3.10.8
…On Fri, Nov 4, 2022 at 9:57 AM kletel ***@***.***> wrote:
You could use my unofficial version :
https://pypi.org/project/cefpython3-for-python-3.8.10-unofficial/
https://pypi.org/project/cefpython3-for-python-3.9.6-unofficial/
https://pypi.org/project/cefpython3-v66.1-for-python-3.10.2-unofficial/
—
Reply to this email directly, view it on GitHub
<#650 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKTHVI3OFLLD4HLEJHJNFLWGTFYTANCNFSM6AAAAAAQVIZHTE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Unfortunately I don't have time to do it without retribution, I already respond to you by email |
I can give you the link to build it for yourself : https://github.com/cztomczak/cefpython/blob/master/docs/Build-instructions.md |
@kletel
ever tried patreon or kickstarter ?
…On Fri, Nov 4, 2022 at 2:38 PM kletel ***@***.***> wrote:
@kletel <https://github.com/kletel> if you could do an unofficial for the
latest version .... I could use it the latest version is 3.10.8 pip3
install cefpython3-for-python-3.8.10-unofficial ERROR: Could not find a
version that satisfies the requirement
cefpython3-for-python-3.8.10-unofficial (from versions: none) ERROR: No
matching distribution found for cefpython3-for-python-3.8.10-unofficial
*@*.
*:~# python3 --version Python 3.10.8 … <#m_-5765554580486956475_> On Fri,
Nov 4, 2022 at 9:57 AM kletel @.*> wrote: You could use my unofficial
version :
https://pypi.org/project/cefpython3-for-python-3.8.10-unofficial/
https://pypi.org/project/cefpython3-for-python-3.9.6-unofficial/
https://pypi.org/project/cefpython3-v66.1-for-python-3.10.2-unofficial/ —
Reply to this email directly, view it on GitHub <#650 (comment)
<#650 (comment)>>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAKTHVI3OFLLD4HLEJHJNFLWGTFYTANCNFSM6AAAAAAQVIZHTE
. You are receiving this because you commented.Message ID: *@*.***>
Unfortunately I don't have time to do it without retribution, I already
respond to you by email
—
Reply to this email directly, view it on GitHub
<#650 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKTHVOXAEUFANVROJ4X5ETWGUGTZANCNFSM6AAAAAAQVIZHTE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I never tried but we can try |
I tried to build it but it fails for example python-dev is now cython3 --version pip install --upgrade -r ../tools/requirements.txt × python setup.py egg_info did not run successfully. |
try with my version but you need to change the code also, check my repo and the modifications I did for the other versions |
check and compare this branch : https://github.com/kletel/cefpython/tree/cefpython3-v66.1-for-python-3.10.2-unofficial |
plus I cannot get a working cef Option 1 is to build CEF from sources with the CEF Python patches applied Option 2 is to use CEF binaries from Spotify Automated Builds using This tool generates CEF binaries and libraries that are ready for work Usage: Options: : File name too long import-im6.q16: attempt to perform an operation not allowed by the security policy |
plus i fell into this |
plus git clone https://github.com/kletel/cefpython/tree/cefpython3-v66.1-for-python-3.10.2-unofficial |
plus ...
|
you will succeed |
ARRRRRRRRRRRRRGHHHHHHHHJHD:SA:LJ: [run_examples.py] SUMMARY: |
how can I tell it to search for pyqt6 ? |
I don't know I do not use pyqt |
apt-get install python3-pyqt6 |
then why it gives me that error ? |
more exactly
|
|
stop post all your debug console commands please |
the solution was running python ../tools/build.py --unittests 66.1 instead of python ../tools/build.py 66.1 |
If you succeed to built it you can now maintain it and create the build for the others :) well done |
it misses something like make install.... I had to copy everything in the /usr/lib/python/cefpython |
create it and submit it |
I know it requires effort, I don't want to bother you @cztomczak but I do need it for a greater project, --_-/- take your time, but please if possible give us the support for python 3.10
The text was updated successfully, but these errors were encountered: