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
Using a base conda environment to build kivy-ios. If a module already exists it is ignored by pip.
kivy-ios/toolchain.py
Line 1420 in 8d5c8c2
Fix for us was adding --ignore-installed above as
--ignore-installed
pip_args = ["--isolated", "--ignore-installed", "--prefix", ctx.python_prefix]
The text was updated successfully, but these errors were encountered:
Nice catch. I have exactly that diff in my tree, and had totally forgotten about why I had put it there.
Sorry, something went wrong.
Fixed via #349
No branches or pull requests
Using a base conda environment to build kivy-ios. If a module already exists it is ignored by pip.
kivy-ios/toolchain.py
Line 1420 in 8d5c8c2
Fix for us was adding
--ignore-installed
above asThe text was updated successfully, but these errors were encountered: