← Back to team overview

ius-coredev team mailing list archive

[Bug 1301618] Re: WL: Python 3.4

 

I got some error when I use pyvenv

[vagrant@ppdb-vagrant ~]$ pyvenv test
Error: Command '['/home/vagrant/test/bin/python3.4', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1

And here the exception when I execute command directly

[vagrant@ppdb-vagrant ~]$ /home/vagrant/test/bin/python3.4 -Im ensurepip --upgrade --default-pip
Traceback (most recent call last):
  File "/usr/lib64/python3.4/runpy.py", line 170, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib64/python3.4/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/lib64/python3.4/ensurepip/__main__.py", line 4, in <module>
    ensurepip._main()
  File "/usr/lib64/python3.4/ensurepip/__init__.py", line 209, in _main
    default_pip=args.default_pip,
  File "/usr/lib64/python3.4/ensurepip/__init__.py", line 98, in bootstrap
    "_bundled/{}".format(wheel_name),
  File "/usr/lib64/python3.4/pkgutil.py", line 627, in get_data
    return loader.get_data(resource_name)
  File "<frozen importlib._bootstrap>", line 1623, in get_data
FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib64/python3.4/ensurepip/_bundled/setuptools-2.1-py2.py3-none-any.whl'

Also is there any change to install both python33 and python34, there
some conflict when I try:

[vagrant@ppdb-vagrant ~]$ sudo yum install python33
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * epel: mirror.orion.net.id
 * ius: hkg.mirror.rackspace.com
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package python33.x86_64 0:3.3.5-2.ius.centos6 will be installed
--> Processing Dependency: python33-libs(x86-64) = 3.3.5-2.ius.centos6 for package: python33-3.3.5-2.ius.centos6.x86_64
--> Processing Dependency: libpython3.3m.so.1.0()(64bit) for package: python33-3.3.5-2.ius.centos6.x86_64
--> Running transaction check
---> Package python33-libs.x86_64 0:3.3.5-2.ius.centos6 will be installed
--> Processing Conflict: python34u-3.4.1-2.ius.centos6.x86_64 conflicts python33
--> Finished Dependency Resolution
Error: python34u conflicts with python33-3.3.5-2.ius.centos6.x86_64
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

-- 
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/1301618

Title:
  WL: Python 3.4

Status in IUS Community Project:
  In Progress

Bug description:
  Python 3.4 went stable a few weeks ago, and it would be really nice to
  be able to easily install this via RPMs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/1301618/+subscriptions


References