asottile-archive / future-fstrings

A backport of fstrings to python<3.6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encoding problem with python 2.7

shwetha-manvinkurke opened this issue · comments

I am not sure why but I am unable to use this module because of the error- "SyntaxError: encoding problem: future_fstrings. I have python 2.7 on my machine.

How did you install future-fstrings? can you provide more information (your file contents, etc.)

I did a pip install.

FstringTest.txt

image

Can you python -m pip freeze --all?

Alright got it working. Thanks for the help.

what was your solution?

commented

what was your solution?

For me was pip location. Running python2.7 -m pip install future-fstrings solved it.