Skip to content

Problems with tqdm / pandas / swifter #99

@g3n35i5

Description

@g3n35i5

The following exceptions occur when the code is executed:

Traceback (most recent call last):
  File "[hidden]/CorporaCreator/venv/lib/python3.6/site-packages/swifter-0.289-py3.6.egg/swifter/swifter.py", line 259, in apply
AssertionError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "[hidden]/CorporaCreator/venv/lib/python3.6/site-packages/tqdm-4.32.2-py3.6.egg/tqdm/_tqdm.py", line 611, in pandas
    from pandas.core.groupby.groupby import DataFrameGroupBy, \
ImportError: cannot import name 'DataFrameGroupBy'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "[hidden]/CorporaCreator/venv/bin/create-corpora", line 11, in <module>
    load_entry_point('CorporaCreator==0.0.post0.dev159+g64d63b6.dirty', 'console_scripts', 'create-corpora')()
  File "[hidden]/CorporaCreator/venv/lib/python3.6/site-packages/CorporaCreator-0.0.post0.dev159+g64d63b6.dirty-py3.6.egg/corporacreator/tool.py", line 31, in run
    main(sys.argv[1:])
  File "[hidden]/CorporaCreator/venv/lib/python3.6/site-packages/CorporaCreator-0.0.post0.dev159+g64d63b6.dirty-py3.6.egg/corporacreator/tool.py", line 21, in main
    corpora.create()
  File "[hidden]/CorporaCreator/venv/lib/python3.6/site-packages/CorporaCreator-0.0.post0.dev159+g64d63b6.dirty-py3.6.egg/corporacreator/corpora.py", line 44, in create
    ].swifter.apply(func=lambda arg: self.common_wrapper(*arg), axis=1)
  File "[hidden]/CorporaCreator/venv/lib/python3.6/site-packages/swifter-0.289-py3.6.egg/swifter/swifter.py", line 288, in apply
  File "[hidden]/CorporaCreator/venv/lib/python3.6/site-packages/tqdm-4.32.2-py3.6.egg/tqdm/_tqdm.py", line 614, in pandas
    from pandas.core.groupby import DataFrameGroupBy, \
ImportError: cannot import name 'PanelGroupBy'

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