search for: python34

Displaying 20 results from an estimated 38 matches for "python34".

Did you mean: python3
2019 Apr 05
1
Issues when updating CentOS 7
...Package python2-pyxdg.noarch 0:0.25-6.el7 will be updated ---> Package python2-pyxdg.noarch 0:0.25-7.el7 will be an update ---> Package python2-xapps-overrides.x86_64 0:1.0.4-13.el7 will be updated ---> Package python2-xapps-overrides.x86_64 0:1.0.4-14.el7 will be an update ---> Package python34.x86_64 0:3.4.9-2.el7 will be obsoleted --> Processing Dependency: python(abi) = 3.4 for package: python34-gobject-base-3.22.0-4.el7.x86_64 --> Processing Dependency: python(abi) = 3.4 for package: python34-gobject-3.22.0-4.el7.x86_64 --> Processing Dependency: python(abi) = 3.4 for package...
2016 Mar 10
2
Openshot 2.x (beta) on C7??
...Smith <fredex at fcshome.stoneham.ma.us> > wrote: > > > I'm interested in trying out the new OpenShot beta (2.06) on CentOS 7. > > Openshot requires Python3. > > > > so I look at available packages where I find a bunchof python3 packages > > as well as python34 packages. > > > > I'm assuming that python34 is version 3.4 of python, while python3 is some > > other 3.x version. > > > > Can anyone here explain to me what are the differences, any compatibility > > across these versions, and how to tell which I need for O...
2017 Mar 24
4
Python 3.x on Centos 7
> # yum install python34 I already have epel installed. If it breaks something is it as simple as yum erase python34 to restore everything back to normal? On Thu, Mar 23, 2017 at 6:27 PM, Christian, Mark <mark.christian at intel.com> wrote: > On Thu, 2017-03-23 at 18:16 -0500, Matt wrote: >> Is there a...
2017 Jun 15
2
epel python3 gi
...7, Andreas Benzler wrote: > pygtk2-2.24.0-9.el7.x86_64 > pygtk2-libglade-2.24.0-9.el7.x86_64 > pygpgme-0.3-9.el7.x86_64 > pygobject3-3.14.0-3.el7.x86_64 > pygobject3-base-3.14.0-3.el7.x86_64 > pygobject2-2.28.6-11.el7.x86_64 > [andy at localhost ~]$ rpm -qa | grep python3 > python34-dbus-1.2.4-2.el7.x86_64 > python34-libs-3.4.5-4.el7.x86_64 > python34-3.4.5-4.el7.x86_64 It doesn't matter that pygobject3-base-3.14.0-3.el7.x86_64 is installed, when you're using another version of python (that's installed for python 2.7 not python34). jh
2016 Mar 10
4
Openshot 2.x (beta) on C7??
I'm interested in trying out the new OpenShot beta (2.06) on CentOS 7. Openshot requires Python3. so I look at available packages where I find a bunchof python3 packages as well as python34 packages. I'm assuming that python34 is version 3.4 of python, while python3 is some other 3.x version. Can anyone here explain to me what are the differences, any compatibility across these versions, and how to tell which I need for OpenShot? Thanks in adva ce! Fred -- ---- Fred Smith --...
2017 Jun 15
2
epel python3 gi
Hello Everyone, don't know how to fix this: [andy at localhost snappergui]$ sudo python3 ./__init__.py [sudo] password for andy: Traceback (most recent call last): File "./__init__.py", line 3, in <module> import gi ImportError: No module named 'gi' [andy at localhost snappergui]$ python ./__init__.py [andy at localhost snappergui]$ sudo python ./__init__.py
2016 Mar 10
0
Openshot 2.x (beta) on C7??
...m.ma.us> > > wrote: > > > > > I'm interested in trying out the new OpenShot beta (2.06) on CentOS 7. > > > Openshot requires Python3. > > > > > > so I look at available packages where I find a bunchof python3 packages > > > as well as python34 packages. > > > > > > I'm assuming that python34 is version 3.4 of python, while python3 is some > > > other 3.x version. > > > > > > Can anyone here explain to me what are the differences, any compatibility > > > across these versions, and...
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.
2017 Jun 15
0
epel python3 gi
Thanks jh, in the meanwhile i found out that is use python2, still search for python34 gi module Sincerely Andy Am Donnerstag, den 15.06.2017, 11:49 +0100 schrieb John Hodrien: > On Thu, 15 Jun 2017, Andreas Benzler wrote: > > > pygtk2-2.24.0-9.el7.x86_64 > > pygtk2-libglade-2.24.0-9.el7.x86_64 > > pygpgme-0.3-9.el7.x86_64 > > pygobject3-3.14.0-3.el7...
2019 Apr 05
2
Issues when updating CentOS 7
>I wanted to update my CentOS 7 install this morning and I started>getting the errors from below. >Any ideas on a fix? Certainly! >Error: Package: python34-xapps-overrides-1.0.4-13.el7.x86_64 (@epel) > Requires: xapps(x86-64) = 1.0.4-13.el7 > Removing: xapps-1.0.4-13.el7.x86_64 (@epel) > xapps(x86-64) = 1.0.4-13.el7 > Updated By: xapps-1.0.4-14.el7.x86_64 (epel) > xapps(x86-64) =...
2015 Dec 17
0
Announcing release for Python 2.7, 3.3 and 3.4 on CentOS Linux 6 and 7 x86_64 SCL
...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 (example of Python 3.4): $ sudo yum install centos-release-scl $ sudo yum install rh-python34 $ scl enable rh-python34 bash At this point you should be able to use python just as a normal application. An examples of commands run might be: $ python my-app.py $ easy_install Flask $ easy_install Django $ bundle In order to view the individual components included in this collec...
2019 May 08
3
youtube-dl No module named 'pkg_resources'
.... It gives the error message: Traceback (most recent call last): File "/usr/bin/youtube-dl", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' I've tried reinstalling python-setuptools, installing python34-setuptools and reinstalling youtube-dl . I'm aware there is a bugzilla on it. That and stackoverflow are where I got the ideas above. How do I make youtube-dl work on Centos 7? -- Michael hennebry at web.cs.ndsu.NoDak.edu "Sorry but your password must contain an uppercase letter, a n...
2016 Mar 10
0
Openshot 2.x (beta) on C7??
...hu, Mar 10, 2016 at 10:07 AM, Fred Smith <fredex at fcshome.stoneham.ma.us> wrote: > I'm interested in trying out the new OpenShot beta (2.06) on CentOS 7. > Openshot requires Python3. > > so I look at available packages where I find a bunchof python3 packages > as well as python34 packages. > > I'm assuming that python34 is version 3.4 of python, while python3 is some > other 3.x version. > > Can anyone here explain to me what are the differences, any compatibility > across these versions, and how to tell which I need for OpenShot? > The dependencie...
2017 Jun 15
0
epel python3 gi
pygtk2-2.24.0-9.el7.x86_64 pygtk2-libglade-2.24.0-9.el7.x86_64 pygpgme-0.3-9.el7.x86_64 pygobject3-3.14.0-3.el7.x86_64 pygobject3-base-3.14.0-3.el7.x86_64 pygobject2-2.28.6-11.el7.x86_64 [andy at localhost ~]$ rpm -qa | grep python3 python34-dbus-1.2.4-2.el7.x86_64 python34-libs-3.4.5-4.el7.x86_64 python34-3.4.5-4.el7.x86_64 Installed...
2019 Apr 21
4
compile samba 4.10.2 centos 7.6
...t gmail.com> wrote: > > > > Hi Gabriel, > > > > I've compiled Samba 4.10.2 on CentOS 7 successfully. I've read the wiki > that 4.10.2 version is full compatible with python 3, specifically python > 3.4. Then I've install, use the yum command, the package python34-devel and > I've added an environment variable at /etc/profile with export > PYTHON=python3.4. > > You have just diverged your local system for all users, including the > root user, so far from the upstream RHEL standard that you may find it > very difficult to recover if some...
2019 Apr 08
0
Issues when updating CentOS 7
On Sat, Apr 6, 2019 at 1:03 AM Jyrki Tikka <jyrki.tikka at iki.fi> wrote: > > >I wanted to update my CentOS 7 install this morning and I > started>getting the errors from below. > >Any ideas on a fix? > Certainly! > >Error: Package: python34-xapps-overrides-1.0.4-13.el7.x86_64 (@epel) > > Requires: xapps(x86-64) = 1.0.4-13.el7 > > Removing: xapps-1.0.4-13.el7.x86_64 (@epel) > > xapps(x86-64) = 1.0.4-13.el7 > > Updated By: xapps-1.0.4-14.el7.x86_64 (epel) > >...
2019 Apr 21
2
compile samba 4.10.2 centos 7.6
Hi Gabriel, I've compiled Samba 4.10.2 on CentOS 7 successfully. I've read the wiki that 4.10.2 version is full compatible with python 3, specifically python 3.4. Then I've install, use the yum command, the package python34-devel and I've added an environment variable at /etc/profile with export PYTHON=python3.4. Thus, I've run ./configure, make and make install with no problems. If you have tried to install 4.10.2 version in your test environment, I recommend to you try the described above. -- Igor Sousa...
2017 Feb 06
3
Centos6.8 and Python33
I've some trouble with installing numpy in python 3.3 on Centos 6.8 as installation request a different python version... [root at sge ~]$ yum install python33 python33-python-tools [root at sge ~]$ scl enable python33 bash ===== *this load Python 3.3.2* === [root at sge ~]$ easy_install pip [root at sge ~]$ pip install numpy Collecting numpy Using cached numpy-1.12.0.zip
2015 Dec 18
0
CentOS-announce Digest, Vol 130, Issue 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 (example of Python 3.4): $ sudo yum install centos-release-scl $ sudo yum install rh-python34 $ scl enable rh-python34 bash At this point you should be able to use python just as a normal application. An examples of commands run might be: $ python my-app.py $ easy_install Flask $ easy_install Django $ bundle In order to view the individual components included in this collec...
2019 Mar 19
2
4.10.0, python3 and Debian 8.11
...Checking for library python3.4m in $prefix/libs : not found Checking for library python3.4m in LIBDIR : not found Checking for library python3.4m in python_LIBPL : not found Checking for library python3.4m in $prefix/libs : not found Checking for library python34 in LIBDIR : not found Checking for library python34 in python_LIBPL : not found Checking for library python34 in $prefix/libs : not found Checking for header Python.h : Distutils not installed? Broken python installation? Get python-config now! The config...