Re: Installing python packages to support tutorial

2020-06-30 Thread David Boyd
All:   I got around the problem by going onto my server.  Installing each package one at a time, then exporting the environment to a file.  I then used that to perform my installs via puppet. On 6/30/2020 7:23 PM, David Boyd wrote: All:    So I am setting up a python based virtual environme

Re: Installing python packages to support tutorial

2020-06-30 Thread Jeff Zhang
It might due to some conflicts between python packages, you can refer this script which we use for zeppelin CI https://github.com/apache/zeppelin/blob/master/testing/install_external_dependencies.sh David Boyd 于2020年7月1日周三 上午7:23写道: > All: > > So I am setting up a python based virtual envir

Installing python packages to support tutorial

2020-06-30 Thread David Boyd
All:    So I am setting up a python based virtual environment to support zeppelin. Has anyone sucessfully set up a virtual environment with all the packages for the python tutorial? If so how? An hour plus after I ran conda to set up the env, I got massive conflict errors. I created an en