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
With Python 3.11, JuliaImporter should implement find_spec, and JuliaModuleLoader should implement exec_module. Otherwise, the following warnings appear:
<frozen importlib._bootstrap>:1049: ImportWarning: JuliaImporter.find_spec() not found; falling back to find_module()
<frozen importlib._bootstrap>:673: ImportWarning: JuliaModuleLoader.exec_module() not found; falling back to load_module()
Shouldn't be too bad to implement though.
The text was updated successfully, but these errors were encountered:
With Python 3.11,
JuliaImporter
should implementfind_spec
, andJuliaModuleLoader
should implementexec_module
. Otherwise, the following warnings appear:Shouldn't be too bad to implement though.
The text was updated successfully, but these errors were encountered: