-
Notifications
You must be signed in to change notification settings - Fork 44
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
windows seems to need "%PYTHON%" setup.py install #202
Comments
The Could you point out where you see that requirement? I cannot find it in the documentation either. |
Hmm, interesting, I try again with exact your options. But it works with the build scripts. I added that to: |
From the output, I don't think it's likely that this is a The discussion is probably better off in the |
I added a link to our current localbuild dir on |
Checklist
What happened?
the windows bld.bat seems to require the deprecated call
%PYTHON% setup.py install
it should also work with
``%PYTHON% -m pip install .`
on linux we can use the new syntax
Conda Info
Conda Config
Conda list
Additional Context
the documentation uses the deprecated python setup.py install too.
conda/conda-build#5311
I can use that syntax for windows too. I have no idea if I need to pin some package to keep the behaviour in our stable releases.
The text was updated successfully, but these errors were encountered: