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
Linking libpython 3.13 from object files in cpython-3.13.0+20241016-x86_64_v2-unknown-linux-gnu-pgo-full.tar.zst fails because of undefined _PyToken_Init, _PyTokenizer_FromFile, _PyTokenizer_Get, etc symbols.
Upon closer inspection, it looks like object files related to Parser/lexer and Parser/tokenizer are missing from python/build/Parser?
The text was updated successfully, but these errors were encountered:
Linking libpython 3.13 from object files in
cpython-3.13.0+20241016-x86_64_v2-unknown-linux-gnu-pgo-full.tar.zst
fails because of undefined_PyToken_Init
,_PyTokenizer_FromFile
,_PyTokenizer_Get
, etc symbols.Upon closer inspection, it looks like object files related to
Parser/lexer
andParser/tokenizer
are missing frompython/build/Parser
?The text was updated successfully, but these errors were encountered: