-
Notifications
You must be signed in to change notification settings - Fork 4
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
Convert pip build.sh scripts to setup.py #20
Comments
It will probably be worth digging in a bit to see how the installs differ. Also see #18 for more discussion. |
Looks like we if we stick with pip it should also have "--ignore-installed" in our version. I just ran into the issue where apparently pip it wouldn't let me make a conda package of Python module at a version because that package was installed in my environment at that version. Unlikely overall but annoying. (Actually, that just looks to be another bug in process or recipe, as I should be building in a naked environment so this should never happen) |
At some point we will be maintaining only Py3 versions of our namespace packages, at which point we can use native namespace packages. At that point we don't need |
This was one of the first things fixed in shiny, right? |
See discussion in #19
The text was updated successfully, but these errors were encountered: