asheshjain399 / RNNexp

Other
256 stars 91 forks source link

Run the /RNNexp/anticipatory-rnn/activity-anticipation/readData.py, error: ImportError: No module named math #18

Closed Jiongyu closed 5 years ago

Jiongyu commented 5 years ago

this module, math, is no third-part library. I don`t know why this so. I will appreciate it if you could help me.

>>$ python readData.py 
Traceback (most recent call last):
  File "readData.py", line 1, in <module>
    import numpy as np
  File "/usr/lib/python2.7/dist-packages/numpy/__init__.py", line 180, in <module>
    from . import add_newdocs
  File "/usr/lib/python2.7/dist-packages/numpy/add_newdocs.py", line 13, in <module>
    from numpy.lib import add_newdoc
  File "/usr/lib/python2.7/dist-packages/numpy/lib/__init__.py", line 3, in <module>
    import math
ImportError: No module named math