Skip to content

[platformdirs](https://pypi.org/project/platformdirs/) should be added as a dependency: #437

@mwouts

Description

@mwouts

platformdirs should be added as a dependency:

git clone https://github.com/mwouts/itables.git
cd itables
uvx hatch tests
ImportError while loading conftest '/home/glefalher/nwork/itables/tests/conftest.py'.
tests/conftest.py:4: in <module>
    from itables.sample_dfs import PANDAS_VERSION_MAJOR, get_dict_of_test_dfs
src/itables/__init__.py:1: in <module>
    from itables import config, downsample, options, sample_dfs
src/itables/config.py:24: in <module>
    from platformdirs import user_config_path
E   ModuleNotFoundError: No module named 'platformdirs'

Originally posted by @daureg in #432 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions