Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Conda-only install (i.e. without requiring sudo) #246

Closed
SamNPowers opened this issue Sep 10, 2021 · 3 comments
Closed

Conda-only install (i.e. without requiring sudo) #246

SamNPowers opened this issue Sep 10, 2021 · 3 comments

Comments

@SamNPowers
Copy link

🚀 Feature

Users of the environment may not always have access to sudo; for instance, on my lab's clusters, I am mostly restricted to what I can conda-install. Thus a streamlined set of conda install instructions would make the environment accessible to more users.

Pitch

Here is the set of installs that seems to work for me, tested on two very different setups (1 RedHat with old system libraries, and 1 new ubuntu machine with a very minimal set of pre-installed libraries):

  1. conda install cmake flex bison bzip2
  2. conda install -c conda-forge cxx-compiler
  3. install all of the sysroot libraries here: https://github.com/conda-forge/linux-sysroot-feedstock (it seems unlikely they are all necessary, but I have only tested with all)
  4. pip install nle
@heiner
Copy link
Contributor

heiner commented Sep 10, 2021

Thanks for figuring this out and taking the time to write it up!

@heiner
Copy link
Contributor

heiner commented Jan 25, 2022

Thanks again for the write-up. I'll close the issue now but will refer to it in case this comes up in the future.

@heiner heiner closed this as completed Jan 25, 2022
@Hust1Booze
Copy link

Thank you very much ! i suffer for hours with this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants