agronholm/pythonfutures

SyntaxError: invalid syntax

TianMingChen opened this issue · 3 comments

图片
how to solve this prolem?

Remove pythonfutures from your PYTHONPATH. It has no business being installed on Python 3.

Remove pythonfutures from your PYTHONPATH. It has no business being installed on Python 3.

But how to remove pythonfutures from PYTHONPATH?
when I import torch,it also has problem?
image

I do not know how you installed futures, but you must uninstall it. Perhaps using pip3 uninstall futures ?