-
Notifications
You must be signed in to change notification settings - Fork 16
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 CondaValueError #66
Comments
Not sure yet. Maybe updating to conda >=4.6 could help already? |
I tried that using update before, and as with upgrade, it fails in the execution: |
Seems like this is using Python 3.6 which might also cause some issues here. |
The environment is created with Python 3.8 as suggested in the instructions. That went okay. It seems like a package (asn1crypto) needs 3.6 rather than 3.8.... wonderful dependency puzzle! |
within the spec2vec environment I now managed to update conda to 4.10 - it still returns the "CondaValueError: Malformed version string '~': invalid character(s)." error though.... |
Upon:
$ conda install --channel nlesc --channel bioconda --channel conda-forge spec2vec
I get:
Solving environment: failed
CondaValueError: Malformed version string '~': invalid character(s).
Did anyone of you see this before? This is on a server using miniconda3 (and conda version 4.5.11)
FYI: the spec2vec conda environment did initialise okay.
The text was updated successfully, but these errors were encountered: