You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install lonboard 0.10.1 in a Google Collab, the import fails.
Resulting behaviour, error message or logs
Describe what happened:
TypeError Traceback (most recent call last)
[<ipython-input-2-898f83bc3a04>](https://localhost:8080/#) in <cell line: 1>()
----> 1 from lonboard import Map
4 frames
[/usr/local/lib/python3.10/dist-packages/lonboard/traits.py](https://localhost:8080/#) in <module>
1076
1077
-> 1078 class VariableLengthTuple(traitlets.Container[Tuple[T, ...]]):
1079 """
1080 An instance of a Python tuple with variable numbers of elements of the same type.
TypeError: 'type' object is not subscriptable
Environment
Lonboard Version: 0.10.1
Runtime: CPU
Steps to reproduce the bug
Describe the actions that led you to encounter the bug. Example:
imported lonboard into a new notebook
add a new code line with from lonboard import Map
The text was updated successfully, but these errors were encountered:
I am also running into this in Colab. Switching to the old version makes it work for now. !pip install lonboard==0.9.3 but would be good to make the newer versions work in Colab.
Context
When I install lonboard 0.10.1 in a Google Collab, the import fails.
Resulting behaviour, error message or logs
Describe what happened:
Environment
Steps to reproduce the bug
Describe the actions that led you to encounter the bug. Example:
from lonboard import Map
The text was updated successfully, but these errors were encountered: