abronte / PysparkProxy

Seamlessly execute pyspark code on remote clusters
Other
4 stars 0 forks source link

Pip install not working #4

Closed abronte closed 6 years ago

abronte commented 6 years ago

Fix pip install

Collecting pysparkproxy
  Downloading https://files.pythonhosted.org/packages/69/a9/35e268e34397f103ee955f634275dd0e0c317cab21e19d23a06b8618d813/PysparkProxy-0.0.1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-f4nc3zpr/pysparkproxy/setup.py", line 5, in <module>
        with open('requirements.txt') as fp:
    FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'