Skip to content

Conversation

icweaver
Copy link
Contributor

Added a note to help avoid the code loading edge case hit in JuliaPy/CondaPkg.jl#188, e.g.,

using PythonCall
using CondaPkg
CondaPkg.add("numpy")
np = pyimport("numpy")

can fail on some platforms, while

using CondaPkg
CondaPkg.add("numpy")
using PythonCall
np = pyimport("numpy")

works as intended.

@cjdoris cjdoris merged commit a06ee77 into JuliaPy:main Jul 1, 2025
13 checks passed
@cjdoris
Copy link
Collaborator

cjdoris commented Jul 1, 2025

cheers :)

@icweaver icweaver deleted the usage-docs branch July 1, 2025 17:33
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.

2 participants