Skip to content
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

Update README.md #109

Closed
wants to merge 2 commits into from
Closed

Conversation

madeleineudell
Copy link

More instructions for troubleshooting.

More instructions for troubleshooting.
If you run into problems using `pyjulia`, first check the version of `PyCall.jl` you have installed by running `Pkg.installed("PyCall")`.
* check the version of `PyCall.jl` you have installed by running `Pkg.installed("PyCall")`. `pyjulia` is known to work with `PyCall.jl` ≥ `v0.7.2`.
* check which version of python you are using by calling `which python` (anaconda or miniconda versions should work; a local version may not)
* at the shell, ``export PYTHON=`which python` ``. Then start Julia and run `Pkg.build("PyCall")` and `using PyCall`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This last point should no longer be required.

@jlperla
Copy link

jlperla commented Jun 24, 2018

Just saw this PR, which would have saved me a lot of grief if merged earlier. My #169 is similar

@tkf
Copy link
Member

tkf commented Sep 14, 2018

This should already be fixed in master. Please open a new issue/PR if there is something to be improved.

@tkf tkf closed this Sep 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants