-
Notifications
You must be signed in to change notification settings - Fork 7
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 installation fails #24
Comments
Hi @johanneswerner . I ran into the same difficulty but think it is because the documentation needs the conda instructions fixing. In the docs you have:
When it should be something like:
The current instructions will install the software into the current env, where you may have conflicts etc., and then activate the EUKulele environment. The proposed fix activates a clean environment to use for EUKulele before installing the software. This fixes the issue for me. As an aside - mamba, the drop in conda replacement, massively speeds up the installation for me. |
@akrinos, this still seems to be an issue. I can't install - getting same error as Johannes with both conda and mamba. conda error:
mamba error:
|
Good morning, I have an idea what could have caused this error. Could you share your bash commands for setting up the environment? I would like to test if I could reproduce it. |
Hi @jcmcnch, thanks for bringing this up. I don't see too many issues referencing the error online, though it's coming from Linux. I also note here that the current |
@johanneswerner , I followed the install commands listed on readthedocs and referenced above.
@akrinos , tried making my conda flexible by using the following command that seems to be equivalent to what you're suggesting above (since the command you provided gave me an error): Unfortunately, this resulted in conda not being able to solve the environment - it ran for some ~4 hours without coming to a solution before I cancelled the job. mamba also fails
BUT, the good news is in the end updating conda did the trick, now it installs without issues. I suggest updating the install instructions to incorporate this and to use mamba as well, e.g.:
|
Oops, looks like I provided the wrong command @jcmcnch, sorry about that! Very interesting that updating |
Fascinating. Is the installation issue solved for now or should we look deeper into it? |
@johanneswerner it's solved at least from my end. Things are working well now and I'm proceeding with test-driving the software. |
Hello,
I am trying to install EUKulele as described in the documentation and I am getting the following error:
I am using a freshly deployed Ubuntu 20.04.1 LTS with conda v. 4.8.3.
Did anyone else have the problem or can reproduce it?
The text was updated successfully, but these errors were encountered: