Peter Kovgan

Results 3 issues of Peter Kovgan

Nothing helped, always some incompatibility here or there.

The command `conda env create -f environment.yml` fails on R_HOME not found (I use Ubuntu 20.04 LTS)

Working on the jupyter/1_1_Getting_Started.ipynb Failures in this part: ``` packages = ','.join([ "com.johnsnowlabs.nlp:spark-nlp_2.11:2.5.1", ]) spark_conf = SparkConf() spark_conf = spark_conf.setAppName('spark-nlp-book-p1c1') spark_conf = spark_conf.setAppName('master[*]') spark_conf = spark_conf.set("spark.jars.packages", packages) spark = SparkSession.builder.config(conf=spark_conf).getOrCreate()...