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

crash when installing pip package after uninstalling conda package on windows #137

Open
cjdoris opened this issue Jul 7, 2024 · 0 comments

Comments

@cjdoris
Copy link
Collaborator

cjdoris commented Jul 7, 2024

On Windows the following sequence of commands

using CondaPkg
CondaPkg.add("python", version="==3.10.2")
CondaPkg.add("numpy")
CondaPkg.rm("numpy")
CondaPkg.add_pip("six")

gives the following error from pip install six (with no other info):

ERROR: failed process: Process(`'.....\Temp\jl_9sNBLw\.CondaPkg\env\Scripts\pip.exe' install six`, ProcessExited(3221225781)) [3221225781]

Here is an example CI run: https://github.com/JuliaPy/CondaPkg.jl/actions/runs/9786963389/job/27134814649?pr=135

Replacing numpy with jsonlines works fine.

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

No branches or pull requests

1 participant