It has been fixed in 5.14.1.
Le mar. 31 d茅c. 2019 脿 08:09, Denis Rouzaud <denis.rouzaud at gmail.com> a
茅crit :
> Hi again Phil,
>> I have been posting on stack overflow [0], and thanks to a reply, I can
> give more precise input:
>> If you run ldd /usr/local/lib/python3.7/site-packages/PyQt5/
> pylupdate.abi3.so, you see that it is badly linked to the system
> libraries:
>> Step 8/9 : RUN ldd /usr/local/lib/python3.7/site-packages/PyQt5/
> pylupdate.abi3.so
>> ---> Running in 28ca0678edc2
>> /usr/local/lib/python3.7/site-packages/PyQt5/pylupdate.abi3.so:
> /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.14' not found
> (required by /usr/local/lib/python3.7/site-packages/PyQt5/
> pylupdate.abi3.so)
>> linux-vdso.so.1 (0x00007ffe8b3fa000)
>> libQt5Xml.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5
> (0x00007f2bc9a3a000)
>> libQt5Core.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
> (0x00007f2bc953f000)
>> libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
> (0x00007f2bc951e000)
>> libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6
> (0x00007f2bc939a000)
>> libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f2bc9217000)
>> libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f2bc91fd000)
>> libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f2bc903a000)
>> libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f2bc8e1c000)
>> libicui18n.so.63 => /usr/lib/x86_64-linux-gnu/libicui18n.so.63
> (0x00007f2bc8b41000)
>> libicuuc.so.63 => /usr/lib/x86_64-linux-gnu/libicuuc.so.63
> (0x00007f2bc8972000)
>> libpcre2-16.so.0 => /usr/lib/x86_64-linux-gnu/libpcre2-16.so.0
> (0x00007f2bc88f7000)
>> libdouble-conversion.so.1 =>
> /usr/lib/x86_64-linux-gnu/libdouble-conversion.so.1 (0x00007f2bc88e0000)
>> libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f2bc88d9000)
>> libglib-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
> (0x00007f2bc87ba000)
>> /lib64/ld-linux-x86-64.so.2 (0x00007f2bc9ce7000)
>> libicudata.so.63 => /usr/lib/x86_64-linux-gnu/libicudata.so.63
> (0x00007f2bc6dca000)
>> libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f2bc6d56000)
>> For comparison, while if you ldd
> /usr/local/lib/python3.7/site-packages/PyQt5/QtCore.abi3.so
> <http://qtcore.abi3.so/>, it is correctly pointing to the libraries in
> site-packages.
>> Does it help to fix this issue?
>> Cheers,
> Denis
>> [0] https://stackoverflow.com/q/59487249/1548052
>> Le lun. 30 d茅c. 2019 脿 13:20, Denis Rouzaud <denis.rouzaud at gmail.com> a
> 茅crit :
>>> Hi Phil,
>>>> Have you tried it with Docker?
>>>> I mean it's done on clean installation, and it's not working as expected.
>> I guess you don't have any issue since you have the system lib installed
>> and not only using the pip package.
>>>> Cheers,
>> Denis
>>>> Le lun. 30 d茅c. 2019 脿 13:13, Phil Thompson <phil at riverbankcomputing.com>
>> a 茅crit :
>>>>> On 30/12/2019 10:05, Denis Rouzaud wrote:
>>> > Adding RUN apt update && apt install -y libqt5xml5 fixes the issue.
>>> > But this is not an acceptable solution, since the pip package should
>>> > work
>>> > on its own.
>>> >
>>> > Any idea?
>>>>>> It's obviously not finding the library bundled in the wheel. As I said,
>>> I can't reproduce it and nobody else has reported a problem.
>>>>>> Phil
>>>>>>>>> > Le dim. 29 d茅c. 2019 脿 14:44, Denis Rouzaud <denis.rouzaud at gmail.com>
>>> a
>>> > 茅crit :
>>> >
>>> >> Hi Phil,
>>> >>
>>> >> Here is a minimal example with a docker file
>>> >>
>>> >> FROM python:3.7
>>> >> RUN pip install PyQt5
>>> >> RUN echo $(ls
>>> >> /usr/local/lib/python3.7/site-packages/PyQt5/Qt/lib/libQt5Xml.so.5)
>>> >> RUN ldd
>>> >> /usr/local/lib/python3.7/site-packages/PyQt5/Qt/lib/libQt5Xml.so.5
>>> >> RUN python -c "from PyQt5.pylupdate_main import main"
>>> >>
>>> >>
>>> >> Le dim. 29 d茅c. 2019 脿 11:51, Phil Thompson
>>> >> <phil at riverbankcomputing.com>
>>> >> a 茅crit :
>>> >>
>>> >>> I can't reproduce this.
>>> >>>
>>> >>> Phil
>>> >>>
>>> >>>
>>> >>> On 26/12/2019 10:37, Denis Rouzaud wrote:
>>> >>> > Apprently, libQt5Xml.so.5 is well included in the wheel.
>>> >>> > The issue is that it is not found during runtime.
>>> >>> > I could fix this by
>>> >>> > doing:
>>> >>> >
>>> >>>
>>> LD_LIBRARY_PATH=/usr/local/lib/python3.7/site-packages/PyQt5/Qt/lib/:$LD_LIBRARY_PATH
>>> >>> > python
>>> >>> > -c "from PyQt5.pylupdate_main import main"
>>> >>> >
>>> >>> > What is the correct way to solve this?
>>> >>> >
>>> >>> > Cheers,
>>> >>> > Denis
>>> >>> >
>>> >>> > Le sam. 21 d茅c. 2019 脿 23:12, Denis Rouzaud <
>>>denis.rouzaud at gmail.com> a
>>> >>> > 茅crit :
>>> >>> >
>>> >>> >> I am running pylupdate on Travis by installing PyQt5 from pip.
>>> >>> >> Since recently, I am getting this error.
>>> >>> >> Any idea?
>>> >>> >> Cheers,
>>> >>> >> Denis
>>> >>> >>
>>> >>> >> File "/home/travis/virtualenv/python3.7.1/bin/pylupdate5", line
>>> 6,
>>> >>> >> in <module>
>>> >>> >> 263 from PyQt5.pylupdate_main import main
>>> >>> >> 264 File
>>> >>> >>
>>> >>>
>>> "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/PyQt5/pylupdate_main.py",
>>> >>>
>>> >>> >> line 24, in <module>
>>> >>> >> 265 from .pylupdate import *
>>> >>> >> 266ImportError: libQt5Xml.so.5: cannot open shared object file: No
>>> >>> >> such file or directory
>>> >>> >> 267
>>> >>> >> 268
>>> >>> >>
>>> >>> >> $
>>> >>> >>
>>> >>> >>
>>> >>> >>
>>> >>> >
>>> >>> > _______________________________________________
>>> >>> > PyQt mailing list PyQt at riverbankcomputing.com>>> >>> > /mailman/listinfo/pyqt>>> >>>
>>> >>>
>>>>>>-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/pyqt/attachments/20200106/a782dbbf/attachment-0001.html>
More information about the PyQt
mailing list
‘She has never mentioned her father to me. Was he—well, the sort of man whom the County Club would not have blackballed?’ "We walked by the side of our teams or behind the wagons, we slept on the ground at night, we did our own cooking, we washed our knives by sticking them into the ground rapidly a few times, and we washed our plates with sand and wisps of grass. When we stopped, we arranged our wagons in a circle, and thus formed a 'corral,' or yard, where we drove our oxen to yoke them up. And the corral was often very useful as a fort, or camp, for defending ourselves against the Indians. Do you see that little hollow down there?" he asked, pointing to a depression in the ground a short distance to the right of the train. "Well, in that hollow our wagon-train was kept three days and nights by the Indians. Three days and nights they stayed around, and made several attacks. Two of our men were killed and three were wounded by their arrows, and others had narrow escapes. One arrow hit me on the throat, but I was saved by the knot of my neckerchief, and the point only tore the skin a little. Since that time I have always had a fondness for large neckties. I don't know how many of the Indians we killed, as they carried off their dead and wounded, to save them from being scalped. Next to getting the scalps of their enemies, the most important thing with the Indians is to save their own. We had several fights during our journey, but that one was the worst. Once a little party of us were surrounded in a small 'wallow,' and had a tough time to defend ourselves successfully. Luckily for us, the Indians had no fire-arms then, and their bows and arrows were no match for our rifles. Nowadays they are well armed, but there are[Pg 41] not so many of them, and they are not inclined to trouble the railway trains. They used to do a great deal of mischief in the old times, and many a poor fellow has been killed by them." As dusk came on nearly the whole population of Maastricht, with all their temporary guests, formed an endless procession and went to invoke God's mercy by the Virgin Mary's intercession. They went to Our Lady's Church, in which stands the miraculous statue of Sancta Maria Stella Maris. The procession filled all the principal streets and squares of the town. I took my stand at the corner of the Vrijthof, where all marched past me, men, women, and children, all praying aloud, with loud voices beseeching: "Our Lady, Star of the Sea, pray for us ... pray for us ... pray for us ...!" It had not occurred to her for some hours after Mrs. Campbell had told her of Landor's death that she was free now to give herself to Cairness. She had gasped, indeed, when she did remember it, and had put the thought away, angrily and self-reproachfully. But it returned now, and she felt that she might cling to it. She had been grateful, and she had been faithful, too.[Pg 286] She remembered only that Landor had been kind to her, and forgot that for the last two years she had borne with much harsh coldness, and with a sort of contempt which she felt in her unanalyzing mind to have been entirely unmerited. Gradually she raised herself until she sat quite erect by the side of the mound, the old exultation of her half-wild girlhood shining in her face as she planned the future, which only a few minutes before had seemed so hopeless. After he had gloated over Sergeant Ramsey, Shorty got his men into the road ready to start. Si placed himself in front of the squad and deliberately loaded his musket in their sight. Shorty took his place in the rear, and gave out: The groups about each gun thinned out, as the shrieking fragments of shell mowed down man after man, but the rapidity of the fire did not slacken in the least. One of the Lieutenants turned and motioned with his saber to the riders seated on their horses in the line of limbers under the cover of the slope. One rider sprang from each team and ran up to take the place of men who had fallen. "As long as there's men and women in the world, the men 'ull be top and the women bottom." Then, in the house, the little girls were useful. Mrs. Backfield was not so energetic as she used to be. She had never been a robust woman, and though her husband's care had kept her well and strong, her frame was not equal to Reuben's demands; after fourteen years' hard labour, she suffered from rheumatism, which though seldom acute, was inclined to make her stiff and slow. It was here that Caro and Tilly came in, and Reuben began to appreciate his girls. After all, girls were needed in a house—and as for young men and marriage, their father could easily see that such follies did not spoil their usefulness or take them from him. Caro and Tilly helped their grandmother in all sorts of ways—they dusted, they watched pots, they shelled peas and peeled potatoes, they darned house-linen, they could even make a bed between them. HoME一级毛片视频免费公开
ENTER NUMBET 0018www.lifevane.com.cn ad-wire.com.cn www.sjbl88.com.cn www.eyepos.com.cn www.adilan.com.cn www.mdehao.com.cn 5gmifi.com.cn cetra.com.cn gboe.com.cn www.pihub.com.cn