d4g33z / ruffus

Automatically exported from code.google.com/p/ruffus
MIT License
0 stars 0 forks source link

easy_install egg doesn't download dependencies #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have easy_install installed in your computer
2. $: easy_install ruffus
3. It will complain the module 'multiprocessing' doesn't exist.
If you install it manually (easy_install multiprocessing), then it doesn't
find simplejson.

What is the expected output? What do you see instead?
It should track and download/install the dependencies to multiprocessing
and simplejson

What version of the product are you using? On what operating system?
ubuntu 8.10, easy_install (setuptools) 0.69c9, python 2.5

Please provide any additional information below.

Original issue reported on code.google.com by dalloli...@gmail.com on 7 Jul 2009 at 2:10

GoogleCodeExporter commented 9 years ago
New installation instructions:
should be easy_install -U ruffus
Please reopen ticket if issue persists

Original comment by bunbu...@gmail.com on 17 Nov 2009 at 4:43