Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named pathos.multiprocessing #1

Closed
ethicalhack3r opened this issue Jul 11, 2016 · 2 comments
Closed

ImportError: No module named pathos.multiprocessing #1

ethicalhack3r opened this issue Jul 11, 2016 · 2 comments
Assignees

Comments

@ethicalhack3r
Copy link

ethicalhack3r commented Jul 11, 2016

I have 'old' Bluto installed and wanted this new one:

Ran the following to install:
$ sudo pip install git+git://github.com/darryllane/Bluto

Tried to run bluto:

$ bluto
Traceback (most recent call last):
  File "/usr/local/bin/bluto", line 22, in <module>
    from modules.get_dns import action_brute_start, action_wild_cards, action_zone_transfer, get_dns_details, action_brute_wild
  File "/Library/Python/2.7/site-packages/Bluto/modules/get_dns.py", line 13, in <module>
    from pathos.multiprocessing import ProcessingPool
ImportError: No module named pathos.multiprocessing

Tried to install the missing dependency:

$ sudo pip install pathos

Still same error when running bluto.

@darryllane darryllane self-assigned this Jul 11, 2016
@darryllane
Copy link
Owner

This was a redundant module from dev stage. It has been removed along with dill. Uninstall and reinstall should now work.

@darryllane
Copy link
Owner

Is this working for you now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants