-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble with runing an app which uses PythonCall #146
Comments
Addition information about the issue. To reproduce the error itself you may compile an app and run the function:
pathToTheProjectToml - it's a path to Project.toml file inside folder with compiled app - "....\share\julia\Project.toml" Also the difference in output occurs when run Base.manifest_uuid_path() with two Project files (to reproduce the error change the paths to yours)
Place in CondaPkg.jl where this trouble occurs: https://github.com/cjdoris/CondaPkg.jl/blob/78f2a639b5bfb88920c7021c568e39d87c112950/src/resolve.jl#L9 UPD:
If copy-paste Manifest-file where [[deps.CondaPkg]] instead of path has git-tree-sha1 the error in issue still exist. |
I've also taken a bit of a look. You can work around the "no environment in the LOAD_PATH depends on CondaPkg" error by changing But this surfaces another error
Again, this is because there is no Manifest.toml. Maybe this is a bug in PackageCompiler, erroneously not outputting a Manifest.toml? If you make a trivial app with no dependencies, does it create a Manifest.toml? |
Thanks for the answer! |
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 So redirect this issue to CondaPkg.jl .. |
This issue has been marked as stale because it has been open for 30 days with no activity. If the issue is still relevant then please leave a comment, or else it will be closed in 7 days. |
This issue has been closed because it has been stale for 7 days. If it is still relevant, please re-open it. |
Hello!
I've an error when i'm trying to run an created app which uses PythonCall.
Code for MWE is published here: https://github.com/YuliyaCl/PythonCall_tst.jl.
To create an app run file deploy/compile_app.sh .
Tests and building proccess run correctly but when I'm runing
PythonCall_tst.exe
in cmd, an error occurs:OS: Windows 10
Do you have any ideas how to solve it? Thanks!
Yuliya
The text was updated successfully, but these errors were encountered: