Skip to content

TypeError when importing modin #236

@ek-nath

Description

@ek-nath

System information

  • Amazon linux (Centos):
  • Modin installed from binary:
  • Modin version: 0.2.2:
  • Python version: 3.7.0:
  • Ray version: 0.5.3
  • import modin.pandas:

Describe the problem

I am getting an import error because of an unexpected argument use_raylet

Source code / logs

In [1]: import modin.pandas
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-1-d42df328a6c7> in <module>()
----> 1 import modin.pandas

~/anaconda3/lib/python3.7/site-packages/modin/pandas/__init__.py in <module>()
     78             include_webui=False,
     79             redirect_worker_output=True,
---> 80             use_raylet=True,
     81         )
     82 except AssertionError:

TypeError: init() got an unexpected keyword argument 'use_raylet'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions