USFgeodesy / xProcess

code for processing using GipsyX
GNU General Public License v3.0
3 stars 1 forks source link

missing 'future' module #4

Closed jwangosho closed 4 years ago

jwangosho commented 4 years ago

gnss@GNSS:~$ /usr/bin/python3.7 /home/gnss/xProcess-master/test.py Traceback (most recent call last): File "/home/gnss/xProcess-master/test.py", line 1, in import station File "/home/gnss/xProcess-master/station.py", line 10, in from future.builtins import * # NOQA ModuleNotFoundError: No module named 'future'