-
Notifications
You must be signed in to change notification settings - Fork 52
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
[BUG] - z-conda-store-server
fails to start
#584
Comments
Now I am confused and this seems to be the same issue I reported in the comment of #593 This was not caught by any of the tests in the repo but was caught by the feedstock CI. @nkaretnikov should be looking into this. |
This comment was marked as outdated.
This comment was marked as outdated.
This is due to incompatible pydantic version. It needs to be To fix: To test (make sure you have no old state files in the current directory, like
Log in: Add test environment by clicking on the + button or via
Wait for it to build, see Look up the env command by clicking on the build number or via Access it via the conda-store CLI:
Please let me know if this fixes the issue for you, thanks! |
This should be resolved as of |
Describe the bug
I am running the following command after installing
conda-store-server
:root@user-idafna:~/notebooks# conda-store-server --standalone
The following error appears:
Expected behavior
Conda store server should run.
How to Reproduce the problem?
Create a new environment:
micromamba create -n condastore python=3.10 "conda-store-server>=0.4.10"
Attempt running
conda-store-server
:root@user-idafna:~/notebooks# conda-store-server --standalone
Output
Here is the output from
conda-list
:Versions and dependencies used.
Conda 23.7.4
Ubuntu 20.04
Anything else?
No response
The text was updated successfully, but these errors were encountered: