Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Nightly tests are failing on Linux and Mac for Python 3.5 #206

Open
@pieths

Description

@pieths

On July 19th, the Linux and Mac nightly test runs for Python 3.5 started failing with multiple errors which all look similar to:

_ ERROR collecting dependencies/Python3.5/lib/python3.5/site-packages/nimbusml/tests/feature_extraction/categorical/test_onehotvectorizer.py _
dependencies/Python3.5/lib/python3.5/site-packages/py/_path/local.py:701: in pyimport
    __import__(modname)
dependencies/Python3.5/lib/python3.5/site-packages/nimbusml/__init__.py:21: in <module>
    from .internal.utils.data_schema import DataSchema
dependencies/Python3.5/lib/python3.5/site-packages/nimbusml/internal/utils/data_schema.py:18: in <module>
    from pandas import DataFrame, Series, read_csv
dependencies/Python3.5/lib/python3.5/site-packages/pandas/__init__.py:55: in <module>
    from pandas.core.api import (
dependencies/Python3.5/lib/python3.5/site-packages/pandas/core/api.py:5: in <module>
    from pandas.core.arrays.integer import (
dependencies/Python3.5/lib/python3.5/site-packages/pandas/core/arrays/__init__.py:1: in <module>
    from .array_ import array  # noqa: F401
dependencies/Python3.5/lib/python3.5/site-packages/pandas/core/arrays/array_.py:7: in <module>
    from pandas.core.dtypes.common import (
dependencies/Python3.5/lib/python3.5/site-packages/pandas/core/dtypes/common.py:11: in <module>
    from pandas.core.dtypes.dtypes import (
dependencies/Python3.5/lib/python3.5/site-packages/pandas/core/dtypes/dtypes.py:53: in <module>
    class Registry:
dependencies/Python3.5/lib/python3.5/site-packages/pandas/core/dtypes/dtypes.py:84: in Registry
    self, dtype: Union[Type[ExtensionDtype], str]
dependencies/Python3.5/lib/python3.5/typing.py:552: in __getitem__
    dict(self.__dict__), parameters, _root=True)
dependencies/Python3.5/lib/python3.5/typing.py:512: in __new__
    for t2 in all_params - {t1} if not isinstance(t2, TypeVar)):
dependencies/Python3.5/lib/python3.5/typing.py:512: in <genexpr>
    for t2 in all_params - {t1} if not isinstance(t2, TypeVar)):
dependencies/Python3.5/lib/python3.5/typing.py:1077: in __subclasscheck__
    if super().__subclasscheck__(cls):
dependencies/Python3.5/lib/python3.5/abc.py:225: in __subclasscheck__
    for scls in cls.__subclasses__():
E   TypeError: descriptor '__subclasses__' of 'type' object needs an argument

Metadata

Metadata

Assignees

Labels

P1Needs to be fixed soon.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions