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
Seems to require hightime >=0.2.0 but a minimum version is not specified.
Ran into this because I had hightime 0.1.0 installed before installing nidcpower==1.3.0
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\nitest.virtualenvs\nidcpower_test-yBwmuPo5\lib\site-packages\nidcpower_init_.py", line 10, in
from nidcpower.session import Session # noqa: F401
File "C:\Users\nitest.virtualenvs\nidcpower_test-yBwmuPo5\lib\site-packages\nidcpower\session.py", line 121, in
class _SessionBase(object):
File "C:\Users\nitest.virtualenvs\nidcpower_test-yBwmuPo5\lib\site-packages\nidcpower\session.py", line 2555, in _SessionBase
def fetch_multiple(self, count, timeout=hightime.timedelta(seconds=1.0)):
AttributeError: module 'hightime' has no attribute 'timedelta'
```
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\nitest.virtualenvs\nidcpower_test-yBwmuPo5\lib\site-packages\nidcpower_init_.py", line 10, in
from nidcpower.session import Session # noqa: F401
File "C:\Users\nitest.virtualenvs\nidcpower_test-yBwmuPo5\lib\site-packages\nidcpower\session.py", line 121, in
class _SessionBase(object):
File "C:\Users\nitest.virtualenvs\nidcpower_test-yBwmuPo5\lib\site-packages\nidcpower\session.py", line 2555, in _SessionBase
def fetch_multiple(self, count, timeout=hightime.timedelta(seconds=1.0)):
AttributeError: module 'hightime' has no attribute 'timedelta'
The text was updated successfully, but these errors were encountered:
Description of issue
Seems to require hightime >=0.2.0 but a minimum version is not specified.
Ran into this because I had hightime 0.1.0 installed before installing nidcpower==1.3.0
System report
python -c "import nidcpower; nidcpower.print_diagnostic_information()"
Steps to reproduce issue
pip uninstall hightime
pip install hightime==0.1.0
pip install nidcpower==1.3.0
python -c "import nidcpower"
The text was updated successfully, but these errors were encountered: