ipudu / order

:potable_water: A tool to characterize the local structure of liquid water by geometric order parameters.
http://order.readthedocs.io
MIT License
11 stars 9 forks source link

Error with module 'time' #5

Open almeida85 opened 3 years ago

almeida85 commented 3 years ago

Hi,

I get this error with try to execute order as order water_traj.xyz -t oto -c 'OH2':

Traceback (most recent call last):
  File "/home/almeida/.local/bin/order", line 8, in <module>
    sys.exit(command_line_runner())
  File "/home/almeida/.local/lib/python3.8/site-packages/order/order.py", line 40, in command_line_runner
    t_start = time.clock()
AttributeError: module 'time' has no attribute 'clock'

I installed order as:

pip3 install iorder

... and I use python 3.8

Any help will be appreciated.