You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the python3 in your system point to 3.8.12 or an older version? If it still points to the older version (like 3.6) then you can use alternatives --config python3 to make python3 point to the newer one. Besides, you may need to use pip-3.8 instead of pip3 to have the required python packages installed in python 3.8's library.
This should be: import importlib_resources
DCPerf/benchpress/config/__init__.py
Line 24 in 9146203
DCPerf/benchpress/config/__init__.py
Line 32 in 9146203
DCPerf/benchpress/config/__init__.py
Line 35 in 9146203
DCPerf/benchpress/config/__init__.py
Line 38 in 9146203
Our Python is 3.8.12
Found by Phil
The text was updated successfully, but these errors were encountered: