Hey, nice to hear you've bumped the version.
I've catched an error while importing RedFrames with python 3.8
Python3.8.10 (default, Nov142022, 12:59:47)
Type'copyright', 'credits'or'license'formoreinformationIPython7.34.0--AnenhancedInteractivePython. Type'?'forhelp.
In [1]: importredframes---------------------------------------------------------------------------TypeErrorTraceback (mostrecentcalllast)
<ipython-input-1-8e05403344db>in<cellline: 1>()
---->1importredframes~/.local/lib/python3.8/site-packages/redframes/__init__.pyin<module>1from . importstat---->2from .coreimportDataFrame3from .ioimportload, save, unwrap, wrap4from .versionimport__version__~/.local/lib/python3.8/site-packages/redframes/core.pyin<module>4importwarnings5---->6from .checksimport_check_type7from .typesimport (
8Any,
~/.local/lib/python3.8/site-packages/redframes/checks.pyin<module>1from __future__ importannotations2---->3from .typesimport (
4Any,
5Columns,
~/.local/lib/python3.8/site-packages/redframes/types.pyin<module>910Value=Any--->11Values=list[Value]
12OldValue=Value13NewValue=ValueTypeError: 'type'objectisnotsubscriptable
!pip list
redframes 1.4.1
pandas 1.5.3
Hey, nice to hear you've bumped the version.
I've catched an error while importing RedFrames with python 3.8