Top "Distribute" questions

Python distribute (Setuptools) module.

Why are "sc.addFile" and "spark-submit --files" not distributing a local file to all workers?

I have a CSV file "test.csv" that I'm trying to have copied to all nodes on the cluster. I …

file apache-spark cluster-computing distribute
How to easily distribute Python software that has Python module dependencies? Frustrations in Python package installation on Unix

My goal is to distribute a Python package that has several other widely used Python packages as dependencies. My package …

python pip setuptools package-managers distribute
Installing Python and distribute on Windows 7 gives "Writing failed ... permission denied"

I'm on Windows 7 (which I fully admit I don't understand the permissions model of. I'm reading about it in other …

python windows-7 permissions installation distribute
How do setuptools, distribute, and pip relate to one another?

I've been teaching myself Python through the book "Learn Python The Hard Way" (2nd Edition). In exercise 46 it told me …

python pip setuptools distribute
easy_install with pypy while Python is installed

I installed PyPy while still having Python 2.7 on my system. How do I install and then use easy_install with …

python setuptools easy-install pypy distribute
How do you correct Module already loaded UserWarnings in Python?

Getting the following kinds of warnings when running most python scripts in the command line: /Library/Python/2.6/site-packages/virtualenvwrapper/hook_…

python warnings virtualenv distribute