Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install issue using anaconda #113

Closed
chan-y-park opened this issue Apr 6, 2017 · 2 comments
Closed

Install issue using anaconda #113

chan-y-park opened this issue Apr 6, 2017 · 2 comments

Comments

@chan-y-park
Copy link

Hi,

I tried installing openai_lab on an anaconda environment using bin/setup.py, but it did not work because the setup script runs sudo python3 which invokes the system python rather than the anaconda python.

In the end I was able to run open_ai by installing all the dependencies by hand, but I think it would be better not to ask for users to use sudo during running the setup script so that a user without a superuser privilege can install openai_lab and that the installation will not interfere with the system.

@kengz
Copy link
Owner

kengz commented Apr 7, 2017

Hi, thanks for the suggestions!

The installation is definitely something we'll be improving.
After the feedback from other users yesterday it seems useful to have several installation channels:

  • plain installation (system python)
  • conda (seem to be a quite popular option)
  • Docker (much stabler for better quickstart, but with a performance speed tradeoff)

Added to the roadmap and we'll get to this soon as we can.

@kengz
Copy link
Owner

kengz commented Apr 15, 2017

Addressed in release v1.0.3

@kengz kengz closed this as completed Apr 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants