YuliyaCl

Results 6 comments of YuliyaCl

Additional thoughts about the issue The error occurred during running the compiled app on the another machine and links to the [line ](https://github.com/JuliaPy/PyCall.jl/blob/b27bd5a9ecabec4a30ba6062c3754768746e3adb/src/pyinit.jl#L149): ``` libpy_handle = libpython === nothing ?...

[The same error](https://github.com/cjdoris/PythonCall.jl/issues/146) occurs when I'm trying to run app.exe (created with `PackageCompiler.create_app`)

Addition information about the issue. To reproduce the error itself you may compile an app and run the function: ``` using CondaPkg PythonCallCompiled\\share\\julia\\Project.toml._resolve_top_env( [ pathToTheProjectToml ] ) ``` _pathToTheProjectToml_ -...

Thanks for the answer! I've compiled an app without any dependencies. Manifest.toml wasn't created

Also i've also created an app with only Statistics.jl in deps to check PackageCompiler. Manifest.toml wasn't created but everithing worked correctly.

The problem is in CondaPkg. I've compile an app with only CondaPkg in the deps. It failed at line `CondaPkg.status()`... So redirect this issue to CondaPkg.jl ..