Open nd7141 opened 5 years ago
Any update on this?
Same issue.
Python 3.7 OS: Mac (High Sierra) Installation method: conda
same issue Python 3.7 Docker (FROM ubuntu:19.10) Installation method: conda
Still broken, unfortunately.
$ python --version
# Python 3.10.6
$ conda --version
# 4.13.0
$ conda install -c conda-forge qgrid
# Collecting package metadata (current_repodata.json): done
# Solving environment: done
#
#
# ==> WARNING: A newer version of conda exists. <==
# current version: 4.13.0
# latest version: 4.14.0
#
# Please update conda by running
#
# $ conda update -n base -c defaults conda
#
#
#
# ## Package Plan ##
#
# environment location: /home/stan/.conda/envs/pytorch_cuda3090
#
# added / updated specs:
# - qgrid
#
#
# The following NEW packages will be INSTALLED:
#
# qgrid conda-forge/noarch::qgrid-1.3.1-pyhd8ed1ab_3
#
#
# Proceed ([y]/n)? y
#
# Preparing transaction: done
# Verifying transaction: done
# Executing transaction: done
# ERROR conda.core.link:_execute(730): An error occurred while installing package 'conda-forge::qgrid-1.3.1-pyhd8ed1ab_3'.
# Rolling back transaction: done
#
# LinkError: post-link script failed for package conda-forge::qgrid-1.3.1-pyhd8ed1ab_3
# location of failed script: /home/stan/.conda/envs/pytorch_cuda3090/bin/.qgrid-post-link.sh
# ==> script messages <==
# <None>
# ==> script output <==
# stdout:
# stderr:
# return code: 1
#
# ()
#
Description of Issue
When installing via conda, I get the following error message
I install from this environment.yml:
Tried on several machines, and got the same error. Also pip installation works.