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
Good catch. We're aware of the issue, but didn't get the chance to fix it yet. For now, find the autoeis directory, edit julia_helpers.py and replace:
definstall_julia():
"""Installs Julia using juliapkg."""# Importing juliacall automatically installs Julia using juliapkgimportjuliacall
with:
definstall_julia():
"""Installs Julia using juliapkg."""# Importing juliacall automatically installs Julia using juliapkgimportjuliapkgjuliapkg.require_julia("=1.10.0")
juliapkg.resolve()
importjuliacall
PS. If you don't know how to locate autoeis directory, just Google "where are Python packages stored + your_operating_system".
ma-sadeghi
changed the title
workaround for "Importing juliacall always tries to grab and install the latest Julia #463"
Julia 1.10.1+ breaks automatic installation of AutoEIS
Feb 27, 2024
What is your workaround for this? I cannot install or run v0.0.25 for this reason. whenever i try to import autoeis it segfaults
The text was updated successfully, but these errors were encountered: