taschini / pyinterval

PyInterval — Interval arithmetic in Python
http://pyinterval.readthedocs.io
Other
83 stars 25 forks source link

Is this repo dead? Also can't inmport after install #31

Closed AngCamp closed 2 years ago

AngCamp commented 2 years ago

Running 3.9.1 in a jupyter notebook. Using visual code as an IDE. pip install works fine, gives no errors But when I run the import in the kernel....

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
c:\Users\angus\Desktop\SteinmetzLab\Analysis\KernelRegtest.py in <module>
----> 1 from interval import interval, inf, imath

ImportError: cannot import name 'interval' from 'interval' (c:\Users\angus\AppData\Local\Programs\Python\Python39\lib\site-packages\interval.py)

Wondering if this package is in need up updating and if the people who built it are still around as I saw the last update was in 2017.