You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our two choices for pyspark on anaconda.org are either the conda-forge or quasiben channel.
it looks like conda-forge is 2.7 only?
(parallel) mrocklin@carbon:~$ conda install -c conda-forge pyspark
Fetching package metadata ...........
Solving package specifications: .
UnsatisfiableError: The following specifications were found to be in conflict:
- pyspark -> python 2.7*
- python 3.6*
Use "conda info <package>" to see the dependencies for each package.
While the quasiben package lacks support for python 3.6
(parallel) mrocklin@carbon:~$ conda install -c quasiben spark
Fetching package metadata ...........
Solving package specifications: .
UnsatisfiableError: The following specifications were found to be in conflict:
- python 3.6*
- spark -> py4j ==0.10.1 -> python 3.5* -> openssl 1.0.1*
- spark -> py4j ==0.10.1 -> python 3.5* -> xz 5.0.5
Use "conda info <package>" to see the dependencies for each package.
Do we use quasiben and force 3.5? Do we ask @quasiben to update his package to 3.6? Do we ask conda-forge people to update the pyspark package?
The text was updated successfully, but these errors were encountered:
Our two choices for pyspark on anaconda.org are either the conda-forge or quasiben channel.
it looks like conda-forge is 2.7 only?
While the quasiben package lacks support for python 3.6
Do we use quasiben and force 3.5? Do we ask @quasiben to update his package to 3.6? Do we ask conda-forge people to update the pyspark package?
The text was updated successfully, but these errors were encountered: