jacobgil / confidenceinterval

The long missing library for python confidence intervals
MIT License
132 stars 14 forks source link

Trouble with Unpack #3

Open subratac opened 1 year ago

subratac commented 1 year ago

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

jacobgil commented 1 year ago

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