-
Notifications
You must be signed in to change notification settings - Fork 8
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
Installing on Windows with defaults
channel enabled can be a licensing problem
#433
Comments
@nmaarnio important for you to know. |
Good that you noticed this license issue, I was not aware of it.
When it comes to tested installation methods on Windows, so far EIS testers in our workshops have used I'll go approve and merge the PR, but I'd be interested to know if we could manage without the packages that are not available in |
Remove defaults channel from environment.yml (Fixes #433)
Yes, I remember you using this alternative method. I have been the one advocating for If it turns out we can drop |
Hi @nmaarnio, @nialov, please excuse the late reply, I've been on leave for some days. To the issue
The TF versions we're currently using for the BNN are I understood that this is only an issue if the packages come from the default repo, so would it be worth to try it with dependencies:
- numpy==x.xx.xx
- ...
- pip:
- tensorflow==x.xx.x
- tensorflow_probability==x.xx.x
- ... |
This is possible for the |
Anaconda has a license that makes using
defaults
channel problematic for organizations above 200 people (https://www.anaconda.com/blog/is-conda-free#summarize). I will make a PR removing the guidance to use thedefaults
channel. This will mean we cannot provide guidance on installing on Windows usingconda
withdefaults
channel as there is a high risk for users to breach the license unwittingly.This is not a problem for Linux as all packages are available on
conda-forge
. However, for Windows,tensorflow
is not maintained inconda-forge
.This removes the only tested installation method for Windows for
eis_toolkit
...The text was updated successfully, but these errors were encountered: