Open subratac opened 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
Hello, I removed the dependency on typing extensions completely for now, so this should be solved.
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