Skip to content

Failed to install using pip3.4 - ImportError: No module named 'cPickle' #124

Description

@johnathanz

Hi there

I'm trying to install rope using pip3.4.

This is the error I'm getting:


▶ pip3.4 install rope
Collecting rope
Downloading rope-0.10.2.tar.gz (221kB)
100% |████████████████████████████████| 225kB 1.1MB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 20, in
File "/private/var/folders/31/cx7rrjv50zgg_hw2tmd631000000gn/T/pip-build-x3qvzk0v/rope/setup.py", line 5, in
import ropetest
File "/private/var/folders/31/cx7rrjv50zgg_hw2tmd631000000gn/T/pip-build-x3qvzk0v/rope/ropetest/init.py", line 4, in
import ropetest.projecttest
File "/private/var/folders/31/cx7rrjv50zgg_hw2tmd631000000gn/T/pip-build-x3qvzk0v/rope/ropetest/projecttest.py", line 9, in
from rope.base.libutils import path_to_resource
File "/private/var/folders/31/cx7rrjv50zgg_hw2tmd631000000gn/T/pip-build-x3qvzk0v/rope/rope/base/libutils.py", line 4, in
import rope.base.project
File "/private/var/folders/31/cx7rrjv50zgg_hw2tmd631000000gn/T/pip-build-x3qvzk0v/rope/rope/base/project.py", line 1, in
import cPickle as pickle
ImportError: No module named 'cPickle'


Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions