Cannot run impedancefitter
- 主要言語
- Julia
- スター
- 1.5k
- フォーク
- 186
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I installed [impedancefitter ](https://github.com/j-zimmermann/ImpedanceFitter) as follows:
```
Conda.pip_interop(true, Conda.ROOTENV)
Conda.pip("install", "impedancefitter==2.0.3")
```
If I give the command:
```
impfit = pyimport("impedancefitter")
```
I receive the error-message:
```
ERROR: PyError (PyImport_ImportModule
The Python ... and re-launch Julia.
)
ImportError('DLL load failed while importing _common: Die angegebene Prozedur wurde nicht gefunden.')
File "C:\Users\stefanpofahl\.julia\conda\3\lib\site-packages\impedancefitter\__init__.py", line 38, in
from .postprocess import PostProcess
File "C:\Users\stefanpofahl\.julia\conda\3\lib\site-packages\impedancefitter\postprocess.py", line 22, in
import openturns as ot
File "C:\Users\stefanpofahl\.julia\conda\3\lib\site-packages\openturns\__init__.py", line 49, in
from .common import *
File "C:\Users\stefanpofahl\.julia\conda\3\lib\site-packages\openturns\common.py", line 15, in
from . import _common
Stacktrace:
[1] pyimport(name::String)
@ PyCall C:\Users\stefanpofahl\.julia\packages\PyCall\ygXW2\src\PyCall.jl:558
[2] top-level scope
@ c:\data\git_repos\hycenta_stefan_pofahl\julia_scripts\examples\EquivalentCircuits\package_impedancefit\example_impedancefitter.jl:41
```
I have checked the python version, it is:
```
PyCall.pyversion
v"3.9.13"
```
Which should be sufficient. Any ideas?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start by reproducing the pyimport("impedancefitter") call from example_impedancefitter.jl and check the reported PyCall.pyversion. Trace the import path through impedancefitter/__init__.py, postprocess.py, openturns/__init__.py, and common.py; done means isolating whether the failure is in PyCall/Conda or the impedancefitter/openturns installation and documenting the supported configuration.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- julia, python
- 領域
- developer-experience
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100