We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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):
pip install six
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.
numpy
jsonlines
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On Windows the following sequence of commands
gives the following error from
pip install six
(with no other info):Here is an example CI run: https://github.com/JuliaPy/CondaPkg.jl/actions/runs/9786963389/job/27134814649?pr=135
Replacing
numpy
withjsonlines
works fine.The text was updated successfully, but these errors were encountered: