Python-Parallel-Collections icon indicating copy to clipboard operation
Python-Parallel-Collections copied to clipboard

Installation fails with ImportError

Open ghost opened this issue 9 years ago • 0 comments

Installation, both with pip and with manually running setup.py, fails with ImportError: No module named 'parallel_collections'

Here's the full output of an attempted pip installation:

Collecting python-parallel-collections Using cached python-parallel-collections-1.2.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "C:\Users\Eli\AppData\Local\Temp\pip-build-79gs1iuz\python-parallel-collections\setup.py", line 2, in import parallel File "C:\Users\Eli\AppData\Local\Temp\pip-build-79gs1iuz\python-parallel-collections\parallel__init__.py", line 1, in from parallel_collections import parallel, lazy_parallel, ParallelSeq, ParallelList, ParallelDict, ParallelString ImportError: No module named 'parallel_collections'

ghost avatar Apr 23 '16 07:04 ghost