-
Notifications
You must be signed in to change notification settings - Fork 571
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
Package not installing under ActiveState Python 2.7.13 32bit #424
Comments
I am no longer uploading wheels for 32bit Python versions. Please use a 64bit Python. However, if you have absolutely no way to do any of this I am willing to send you a 32bit wheel. |
Jorj,
thanks a lot for your answer.
Yep, it makes sense. So, I'll go to the roots and begin fiddling with the
MuPDF c sources.
I did install it with 64 bit without problems, and was surprised to see the
32bit breaking.
However, we still have packages that are tied to the 32bit interpreter...
;-(
i would appreciate if you can email me the 32 wheel, while I work on the
muPDF sources.
Thanks a lot,
Ignacio
El vie., 27 dic. 2019 a las 9:29, Jorj X. McKie (<[email protected]>)
escribió:
… I am no longer uploading wheels for 32bit Python versions.
So your pip tries to generate the package from sources. Which in turn
won't work without *MuPDF* being installed.
Please use a 64bit Python.
I am also recommending to upgrade to Python version 3.
However, if you have absolutely no way to do any of this I am willing to
send you a 32bit wheel.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#424?email_source=notifications&email_token=ABMV74JEMWKJCXCXTYJDIJTQ2W4IPA5CNFSM4J7UDTB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHWZ2CY#issuecomment-569220363>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMV74MGGTRFJERHEJ7CONLQ2W4IPANCNFSM4J7UDTBQ>
.
|
Oh, I forgot:
Compiled with MS VC9 (2008)...
Thanks,
Ignacio
El vie., 27 dic. 2019 a las 9:35, Ignacio Ruiz-de-Conejo Viloria (<
[email protected]>) escribió:
… Jorj,
thanks a lot for your answer.
Yep, it makes sense. So, I'll go to the roots and begin fiddling with the
MuPDF c sources.
I did install it with 64 bit without problems, and was surprised to see
the 32bit breaking.
However, we still have packages that are tied to the 32bit interpreter...
;-(
i would appreciate if you can email me the 32 wheel, while I work on the
muPDF sources.
Thanks a lot,
Ignacio
El vie., 27 dic. 2019 a las 9:29, Jorj X. McKie ***@***.***>)
escribió:
> I am no longer uploading wheels for 32bit Python versions.
> So your pip tries to generate the package from sources. Which in turn
> won't work without *MuPDF* being installed.
>
> Please use a 64bit Python.
> I am also recommending to upgrade to Python version 3.
>
> However, if you have absolutely no way to do any of this I am willing to
> send you a 32bit wheel.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#424?email_source=notifications&email_token=ABMV74JEMWKJCXCXTYJDIJTQ2W4IPA5CNFSM4J7UDTB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHWZ2CY#issuecomment-569220363>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABMV74MGGTRFJERHEJ7CONLQ2W4IPANCNFSM4J7UDTBQ>
> .
>
|
Por favor, descargalo de aquí: https://github.com/pymupdf/PyMuPDF/releases/tag/1.16.10 |
Thanks a lot!
One last question: is it correct to think that the extensions PyMuPDF
incorporates assumes pages with one single colorspace for its objects?
I wanted to use CMYK+SPOT or device-N with 7 colors...
Ignacio
El vie., 27 dic. 2019 a las 9:58, Jorj X. McKie (<[email protected]>)
escribió:
… Por favor, descargalo de aquí:
https://github.com/pymupdf/PyMuPDF/releases/tag/1.16.10
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#424?email_source=notifications&email_token=ABMV74NXX7WBXJ7CQQ2RVGTQ2W7RRA5CNFSM4J7UDTB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHW3ATY#issuecomment-569225295>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMV74PXYT26ZGLYQLTNQYTQ2W7RRANCNFSM4J7UDTBQ>
.
|
Not sure if I fully understand. The versions I am currently publishing also contain no ICC support (although this would be possible in MuPDF). The main reason for this is that in rare occasions (of ill structured PDFs), the sublibrary will bring down the Python interpreter - and I have yet not found a way to prevent this. |
Package not installing under ActiveState Python 2.7.13 32bit
Typing "pip install PyMuPDF" under Python 2.7.13 I get the following error:
Building wheel for PyMuPDF (setup.py)
ERROR:
...
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -I./mupdf/include -I./mupdf/include/mupdf -IC:\Python32\include -IC:\Python32\PC /Tc./fitz/fitz_wrap.c /Fobuild\temp.win32-2.7\Release./fitz/fitz_wrap.obj
fitz_wrap.c
c:\python32\include\pyport.h(190) : fatal error C1189: #error : "Python needs a typedef for Py_ssize_t in pyport.h."
The text was updated successfully, but these errors were encountered: