-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I just installed RawRefinery via PyPI as described in the README. Only difference is that I am on Linux Mint 21.1, which is based on Ubuntu 22.04, so I had to install Python 3.11 additionally, otherwise pip would not find RawRefinery in a suitable version.
When running rawrefinery the first time I got a syntax error in utils.py, line 11:
print(f"Found CUDA arch {“sm_{major}{minor}”}. Using Cuda")
SyntaxError: f-string: expecting ‘}’
After changing the line to
print(f"Found CUDA arch sm_{major}{minor}. Using CUDA")
(and similar in line 14) the program worked as expected.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels