JuliaPy / JuliaPy/PyCall.jl

Cannot run impedancefitter

Offen
#1,012 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Julia
Sterne
1.5k
Forks
186
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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?

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.