I get an error when I move Julia using Jetbrain's Pycharm

Asked 1 years ago, Updated 1 years ago, 350 views

I'm running Julia with Pycharm extensions.
When you run the program, the following message appears:
What should I do?

 IDE error occurred
Please review the details and submit the report

julia

2022-09-30 22:01

1 Answers

When I enabled the Julia plug-in in PyCharm 2021.3.1 (Community Edition) in this environment, the following error occurred:The error is the same as the one who asked the question.

com.intellij.diagnostic.PluginException: The default implementation of method 'getId' is deprecated, you need to override it in 'class org.ice1000.julia.lang.execution.JuliaRunConfigurationFactory'. The default implementation delegates to 'getName' which may be localized, but return value of this method must not depend on current localization. [Plugin: org.ice1000.julia]

This issue has already been reported.It doesn't seem to be resolved yet.

https://github.com/JuliaEditorSupport/julia-intellij/issues/671

 IDE error after Julia plugin installation #671
 Open
ML-Data-Science-cloud opened this issue 10 hours ago ·0 comments
Comments
@ML-Data-Science-cloud
 
ML-Data-Science-cloud commented 10 hours ago
Hi@ice1000
I have a PyCharm Version: 2021.3.1 installed and once I've installed Julia plugin it give me an error:

IDE error occurred:

This error did not occur in PyCharm 2021.2.2 (Community Edition).

I don't know what the impact of this error is, but I don't think it's a problem to drop the PyCharm version to 2021.2.2.
I think I have no choice but to wait for Julia's plug-in to respond.

[Configuring Julia in PyCharm] is necessary, but it seems to have nothing to do with this problem.

[Julia's setting in PyCharm]

If you haven't set Julia's path in Pycharm, you need to set it up.

Here's how to configure it:

  • Launches PyCharm, displays the settings screen under File - Settings from the menu, and selects Julia for Language & Framework.

  • Specify Julia's path in Julia executable on the right side of the window.

Launch PyCharm, display the settings screen under File - Settings from the menu, and select Julia from Language & Framework.

Specify Julia's path in Julia executable on the right side of the window.


2022-09-30 22:01

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.