search for: python35

Displaying 13 results from an estimated 13 matches for "python35".

Did you mean: python3
2017 Feb 20
2
LLVM nightly installer for Windows is missing lldb's python35.dll
Hello! After having a large feud with gdb, I decided to switch over to lldb under Windows like I already had under Linux. However, when I installed it using the 64-bit LLVM nightly installer, it kept crashing upon startup. Popping it in WinDbg (oh the irony) showed that it was trying to load Python35.dll, but it was loading the 32-bit version I had installed separately. The fix was simple: download the Python 3.5 binary ZIP and copy python35.dll to the LLVM bin directory. TL;DR: The nightly installer is missing python35.dll, meaning that lldb will try to use the first one it comes across, reg...
2016 Jul 19
0
Announcing release of Python 3.5 on CentOS Linux 7 x86_64 SCL
...on CentOS Linux 7 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: $ sudo yum install centos-release-scl $ sudo yum install rh-python35 $ scl enable rh-python35 bash At this point you should be able to use python just as a normal application. Here are some examples of commands you can run: $ python my-app.py $ sudo easy_install Flask $ sudo easy_install Django In order to view the individual components in...
2020 May 15
2
R 4.0.0
...R at > the same time? I don't think we want or should go down that path... No I am not suggesting that. :-) If we take the example from python where I have installed versions from python 3.4 to 3.9 (that is yet in alpha stage). # rpm -qf /usr/bin/python3.? python34-3.4.10-10.fc32.x86_64 python35-3.5.9-1.fc32.x86_64 python36-3.6.10-2.fc32.x86_64 python37-3.7.7-1.fc32.x86_64 python3-3.8.2-2.fc32.x86_64 python39-3.9.0~a6-1.fc32.x86_64 The only version where I have python packages installed is for 3.8 (since I am using Fedora 32 - as it can be seen above). That allows me to test the base ve...
2019 Dec 06
3
What about Mate Desktop on Centos 8?
...PM, isdtor wrote: > > > > Enable and start httpd. Write a build script that builds the > > > > rpms in order, transfers them to the local repo, runs > > > > createrepo, repeat. mozo needs python 3.5 and I couldn't do > > > > that in mock (SCLo rh-python35). > > > > > > > > > > You kindly offered a working version of Mate 1.20 - does that > > > offer still stand? If so, I am interested in installing it on C > > > 7. > > > > > > At this point, that would be a bit painful. I rebuilt...
2019 Sep 17
4
What about Mate Desktop on Centos 8?
On September 17, 2019 4:33:10 AM GMT-04:00, James Pearson <james-p at moving-picture.com> wrote: >H wrote: >> >> On September 16, 2019 8:06:41 PM GMT-04:00, Fred Smith ><fredex at fcshome.stoneham.ma.us> wrote: >>> On Mon, Sep 16, 2019 at 04:18:31PM -0600, Frank Cox wrote: >>>> According to Twitter: >>>> >>>>
2019 Aug 07
3
Mate on Centos 7
On 8/7/19 8:02 AM, isdtor wrote: > isdtor writes: > >>>> Can I really be the only user of Mate on Centos 7?? >>> No, definitely not. I use MATE on C7, because Gnome is, how do I >>> say this politely..., um, horrible. Not a KDE fan either. >>> >>> Gnome-2.x wasn't broken, didn't need to be thrown away and >>> replaced by
2019 Dec 04
0
What about Mate Desktop on Centos 8?
On 11/25/2019 11:14 PM, isdtor wrote: >>> Enable and start httpd. Write a build script that builds the rpms in order, transfers them to the local repo, runs createrepo, repeat. mozo needs python 3.5 and I couldn't do that in mock (SCLo rh-python35). >>> >> You kindly offered a working version of Mate 1.20 - does that offer still stand? If so, I am interested in installing it on C 7. > > At this point, that would be a bit painful. I rebuilt the C7 vm here and lost all the rpms, so I'd have to rebuild them from the s...
2020 May 15
0
R 4.0.0
On Sat, 16 May 2020 at 00:49, Jos? Ab?lio Matos <jamatos at fc.up.pt> wrote: > > If we take the example from python where I have installed versions from python > 3.4 to 3.9 (that is yet in alpha stage). > > # rpm -qf /usr/bin/python3.? > python34-3.4.10-10.fc32.x86_64 > python35-3.5.9-1.fc32.x86_64 > python36-3.6.10-2.fc32.x86_64 > python37-3.7.7-1.fc32.x86_64 > python3-3.8.2-2.fc32.x86_64 > python39-3.9.0~a6-1.fc32.x86_64 > > The only version where I have python packages installed is for 3.8 (since I am > using Fedora 32 - as it can be seen above). &g...
2018 Nov 01
2
CentOS 7.6 and Xen 4.6
...nodejs8 sclo/x86_64/rh/rh-perl520 sclo/x86_64/rh/rh-perl524 sclo/x86_64/rh/rh-perl526 sclo/x86_64/rh/rh-php56 sclo/x86_64/rh/rh-php70 sclo/x86_64/rh/rh-php71 sclo/x86_64/rh/rh-postgresql10 sclo/x86_64/rh/rh-postgresql94 sclo/x86_64/rh/rh-postgresql95 sclo/x86_64/rh/rh-postgresql96 sclo/x86_64/rh/rh-python35 sclo/x86_64/rh/rh-python36 sclo/x86_64/rh/rh-redis32 sclo/x86_64/rh/rh-ror42 sclo/x86_64/rh/rh-ror50 sclo/x86_64/rh/rh-ruby23 sclo/x86_64/rh/rh-ruby24 sclo/x86_64/rh/rh-ruby25 sclo/x86_64/rh/rh-scala210 sclo/x86_64/rh/rh-thermostat16 sclo/x86_64/rh/rh-varnish4 sclo/x86_64/rh/rh-varnish5 sclo/x86_64...
2017 Mar 23
6
Python 3.x on Centos 7
Is there a way to install Python 3.x on Centos 7.x without breaking anything that depends on an older version of Python? This server is a minimal Centos 7 install that primarily runs a simple LAMP setup.
2020 May 15
2
R 4.0.0
On Thursday, 14 May 2020 23.58.02 WEST I?aki Ucar wrote: > But we still have to rebuild the packages anyway, and this setup > doesn't force us to actually rebuild them, nor the user to update > them. So a user could end up with R major.minor and a bunch of > packages installed in some major.minor-1 path that are just junk. Or > the other way around: a bunch of packages updated
2016 Jul 19
0
CentOS-announce Digest, Vol 137, Issue 6
...on CentOS Linux 7 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: $ sudo yum install centos-release-scl $ sudo yum install rh-python35 $ scl enable rh-python35 bash At this point you should be able to use python just as a normal application. Here are some examples of commands you can run: $ python my-app.py $ sudo easy_install Flask $ sudo easy_install Django In order to view the individual components in...
2019 Mar 14
11
RFC: ELF Autolinking
At Sony we offer autolinking as a feature in our ELF toolchain. We would like to see full support for this feature upstream as there is anecdotal evidence that it would find use beyond Sony. In general autolinking (https://en.wikipedia.org/wiki/Auto-linking) allows developers to specify inputs to the linker in their source code. LLVM and Clang already have support for autolinking on ELF via