OpenWPM icon indicating copy to clipboard operation
OpenWPM copied to clipboard

Installation of OpenWPM fails on OpenSuSe

Open vringar opened this issue 5 years ago • 1 comments

Conda says it can't satisfy the condition that glibc >=2.17 but the installed glibc is on version 2.26 as per the user-agent field in conda info.

@birdsarah any idea why this might have happened?

> conda info

     active environment : None
       user config file : /vol/fob-vol4/mi17/zabkaste/.condarc
 populated config files : 
          conda version : 4.5.11
    conda-build version : 3.15.1
         python version : 3.7.0.final.0
       base environment : /usr/local/anaconda3  (read only)
           channel URLs : https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/free/linux-64
                          https://repo.anaconda.com/pkgs/free/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://repo.anaconda.com/pkgs/pro/linux-64
                          https://repo.anaconda.com/pkgs/pro/noarch
          package cache : /usr/local/anaconda3/pkgs
                          /vol/fob-vol4/mi17/zabkaste/.conda/pkgs
       envs directories : /vol/fob-vol4/mi17/zabkaste/.conda/envs
                          /usr/local/anaconda3/envs
               platform : linux-64
             user-agent : conda/4.5.11 requests/2.19.1 CPython/3.7.0 Linux/5.3.18-lp152.36-default opensuse-leap/15.2 glibc/2.26
                UID:GID : 31173:31100
             netrc file : None
           offline mode : False
> ./install.sh 
Creating / Overwriting openwpm conda environment.
Solving environment: ...working... failed

ResolvePackageNotFound: 
  - geckodriver=0.27.0
  - __glibc[version='>=2.17,<3.0.a0']

vringar avatar Sep 11 '20 12:09 vringar

No idea. Sorry.

birdsarah avatar Sep 25 '20 17:09 birdsarah