-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error when build xspress, line 357 in build_xspress3.py #48
Comments
@l123173 Sorry for the trouble. I bet that is a Python2 vs. Python3 problem. Does it work to replace Line 357 in 2112012
with
It looks like there are a few more places where Python3-only f-strings crept in, but those may not impact your build... |
@l123173 I updated the build script so that it should now work with Python2 |
Hi Newvile,
Than you so much |
Hi Newvile,
the error of st.cmd: and these. |
@l123173 Hm, not sure, I'll see if I can reproduce that.... |
@l123173 Ah, I can see what you are getting. I believe that it was recently fixed. I'll push a release of 3.2.8, and update the build script to use the latest version.... |
hi,
I met a question during install the module, centos 7, x64.
after type: python build_xspress3.py all, got:
"build_xspress3.py line 357 "
out.append(f'{key}={subs[key]}')"
And i used the py last year, it was ok.
Now i do not know why it happened.
The text was updated successfully, but these errors were encountered: