gpilab / framework

The GPI framework provides the canvas for graphically assembling algorithms.
Other
20 stars 7 forks source link

GPI install fails due to PyopenGL issue #23

Closed borupdaniel closed 5 years ago

borupdaniel commented 5 years ago

(From Sandeep on the GitLab clone)

Error when install the GPI using the GPI_Install_Latest.sh script Preparing transaction: done Verifying transaction: done Executing transaction: - ERROR conda.core.link:_execute_post_link_actions(658): An error occurred while installing package 'conda-forge::pyopengl-3.1.3b2-py_1'. LinkError: post-link script failed for package conda-forge::pyopengl-3.1.3b2-py_1 running your command again with -v will provide additional information location of failed script: /home/sganji/gpi_stack2/envs/gpi/bin/.pyopengl-post-link.sh ==> script messages <==

Attempting to roll back. failed ERROR conda.core.link:_execute(568): An error occurred while installing package 'conda-forge::pyopengl-3.1.3b2-py_1'. LinkError: post-link script failed for package conda-forge::pyopengl-3.1.3b2-py_1 running your command again with -v will provide additional information location of failed script: /home/sganji/gpi_stack2/envs/gpi/bin/.pyopengl-post-link.sh ==> script messages <==

Attempting to roll back. Rolling back transaction: done LinkError: post-link script failed for package conda-forge::pyopengl-3.1.3b2-py_1 running your command again with -v will provide additional information location of failed script: /home/sganji/gpi_stack2/envs/gpi/bin/.pyopengl-post-link.sh ==> script messages <==

gpi_error.txt

borupdaniel commented 5 years ago

Hey @aganders3 did you and Sandeep every figure out a resolution to this?