CondaValueError: Malformed version string '~': invalid character(s).
See original GitHub issueSystem Info
Linux version 2.6.32-754.23.1.el6.x86_64 (mockbuild@x86-vm-26.build.eng.bos.redhat.com) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-23) (GCC) ) #1 SMP Tue Sep 17 09:46:55 EDT 2019
Conda Info
active environment : platform_related
active env location : /home/.../.conda/envs/platform_related
shell level : 2
user config file : /home/.../.condarc
populated config files : /home/.../.condarc
conda version : 4.5.11
conda-build version : 3.4.1
python version : 3.6.4.final.0
base environment : /opt/anaconda3 (read only)
channel URLs : ...
package cache : /opt/anaconda3/pkgs
/home/.../.conda/pkgs
envs directories : /home/.../.conda/envs
/opt/anaconda3/envs
platform : linux-64
user-agent : conda/4.5.11 requests/2.18.4 CPython/3.6.4 Linux/2.6.32-754.23.1.el6.x86_64 rhel/6.10 glibc/2.12
UID:GID : 843337735:843200513
netrc file : None
offline mode : False
Bug
conda install conda-forge::dvc
Solving environment: failed
CondaValueError: Malformed version string '~': invalid character(s).
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Malformed version string '~': invalid character(s) - Stack Overflow
conda install -c dranew shapeit Solving environment: failed CondaValueError: Malformed version string '~': invalid character(s).
Read more >conda/conda - Gitter
CondaValueError : Value error: Malformed version string '2.0.0b4=np111py35_1': invalid character(s). Dave Hirschfeld. @dhirschfeld.
Read more >更新conda报错CondaValueError: Malformed version string '~'
更新conda时报错: CondaValueError: Malformed version string '~': invalid character(s). 在这里插入图片描述 解决方案:换源.
Read more >Failed conda environment setup. (#1) - Mathias Kuhring - GitLab
CondaValueError : Malformed version string '~': invalid character(s). Fix: Upgrading to conda ...
Read more >CondaValueError:格式不正确的版本字符串'~' - 腾讯云
-bash-4.1$ conda install -c bioconda pysam Solving environment: failed 1. CondaValueError: Malformed version string '~': invalid character(s).
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@anderl80 btw, could you use a different method to install DVC on this system? E.g.
snaporrpmpackage?Hi @anderl80 !
Looks like it is a conda issue: https://stackoverflow.com/questions/56084960/condavalueerror-malformed-version-string-invalid-characters . Could you try upgrading your conda with
conda upgrade -n base condaand see if that helps, please?