libnano / primer3-py

Simple oligo analysis and primer design
https://libnano.github.io/primer3-py
GNU General Public License v2.0
157 stars 43 forks source link

setup.py error!!!!!!!!!!!!!!!!!!!!!!!! #99

Closed kevin2022lee closed 1 year ago

kevin2022lee commented 1 year ago

File "setup.py", line 187 f'{MAKE_BIN} clean', ^ SyntaxError: invalid syntax

I try pip install or python setup.py intall

the same error

please fix it

kevin2022lee commented 1 year ago

I recovery my version from v1.2.0 to v0.6.0 , it goes well !

benpruitt commented 1 year ago

Hi Kevin -- it looks like you are using a pre-3.8 version of Python (f-string support was added in Python 3.6). As of primer3-py 1.0.0, we no longer support Python 2.7 or 3.x versions < 3.8

kevin2022lee commented 1 year ago

Hi Kevin -- it looks like you are using a pre-3.8 version of Python (f-string support was added in Python 3.6). As of primer3-py 1.0.0, we no longer support Python 2.7 or 3.x versions < 3.8

hi, ben, because I used the biopython libary in my project , so I can t update my python version anywhere .

thanks all the same !

you re nice guy.