Skip to content
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

Conda install fails for 0.20 #1250

Closed
g-eoj opened this issue Feb 16, 2022 · 4 comments
Closed

Conda install fails for 0.20 #1250

g-eoj opened this issue Feb 16, 2022 · 4 comments
Assignees
Labels
bug Bug in code packaging Related to releases and packaging

Comments

@g-eoj
Copy link

g-eoj commented Feb 16, 2022

> conda create -n wave -c h2oai h2o-wave
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: \
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed

UnsatisfiableError:
@g-eoj g-eoj added the bug Bug in code label Feb 16, 2022
@mturoci mturoci added the packaging Related to releases and packaging label Feb 16, 2022
@dulajra
Copy link
Contributor

dulajra commented Feb 21, 2022

Thanks for reporting. I will have a look at this after the initial release of the Admin Dashboard app.

@codeananda
Copy link

The following also fails:

$ conda create -n wave -c h2oai python h2o-wave
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: | 
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed                                                                                                           

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions

Package python conflicts for:
python
h2o-wave -> click -> python[version='>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.7,<3.8.0a0|>=3.6|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0']
h2o-wave -> python[version='3.6.1.*|3.7.*|3.8.*|3.9.*']

But this works for me on Mac.

conda create -n wave -c h2oai -c conda-forge python h2o-wave

But note that wave does not work as expected. I was following your tutorial and got the following error even though I had wave=0.20.0 installed via conda.

$ wave run app.py
Wave server not found. Please start the Wave server (waved or waved.exe) prior to running any app.

I had to uninstall wave and reinstall via pip. Then wave run app.py works as it should in v0.20.0

@mturoci mturoci assigned mturoci and unassigned dulajra May 23, 2022
@mturoci
Copy link
Collaborator

mturoci commented Jul 1, 2022

@g-eoj @codeananda seems like conda install -c h2oai h2o-wave works in the newer Conda versions (tested against conda 4.13.0). Please verify.

But note that wave does not work as expected. I was following your tutorial and got the following error even though I had wave=0.20.0 installed via conda.

Yes. We do not include waved within conda distributions yet, need to make it more obvious in the docs, thanks for pointing it out!

@mturoci
Copy link
Collaborator

mturoci commented Jul 11, 2022

Feel free to reopen in case somebody faces the issue again.

@mturoci mturoci closed this as completed Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug in code packaging Related to releases and packaging
Projects
None yet
Development

No branches or pull requests

4 participants