-
Notifications
You must be signed in to change notification settings - Fork 101
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
Warning #383
base: master
Are you sure you want to change the base?
Warning #383
Conversation
[skip ci]
FYI: I've been bitten by, while being able to run julia, $ whereis julia Also: $ snap install julia sort of works, that is most of the time, until e.g. using your package (or was it PyCall? probably it needs a warning too). Please hold of pulling (the latter) commit until I fix: https://stackoverflow.com/questions/10728420/editing-the-git-commit-message-in-github I feel like an idiot for misspelling idiot. :) You may disagree with that commit, or want it slightly different anyway, so you be the judge. I just rather didn't want to commit a typo, even in the commit message. Do you know if it's simpler to change afterwards (or not possible) or before you accept? |
FYI: This package doesn't work: https://github.com/emmettgb/PyLathe/blob/master/Lathe/__init__.py Nor his other package for me (both using pyjulia): https://github.com/emmettgb/TopLoader
|
Hmm there is a known bug on Ubuntu, are you using Ubuntu or Debian by chance? |
The issue is that Snap and/or apt puts your Julia binaries into a different location than PyJulia looks for. I've encountered the same issue on a Chromebook with a Debian Docker image.... Fortunately, I daily drive Fedora, where this issue is non-existent. I have yet to come up with a good solution, but I'm guessing there is an environmental variable you could possibly change. |
Yes, using Ubuntu. If you look at the latter commit here, it might be that? |
For the both of you, while I got pyjulia working previously, and as late as today, I'm a bit mistified on why it stopped working, and I do not get further:
|
This is strange. |
Strange right, it's not just me. Worked previously in he day, with I guess latest (and still):
|
If your PyJulia does not even have |
At least the warning for core.py could be helpful. Maybe this got forgotten as "21 expected" checks? I've never seen such before, and this has been stalled for long... |
No description provided.