confidenceinterval icon indicating copy to clipboard operation
confidenceinterval copied to clipboard

Trouble with Unpack

Open subratac opened this issue 2 years ago • 1 comments

When running this line from binary_metrics.py

from typing_extensions import Unpack

I get the following error:

ImportError: cannot import name 'Unpack' from 'typing_extensions' (/opt/anaconda3/envs/pytorch_env/lib/python3.8/site-packages/typing_extensions.py)

Wonder if no one else is getting this.

I did a pip install of confidenceinterval

subratac avatar Jun 17 '23 18:06 subratac

Hello, I removed the dependency on typing extensions completely for now, so this should be solved.

jacobgil avatar Jun 19 '23 03:06 jacobgil