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
I tried to run tutorial with wicker package installed via pip but it didn't work.
I failed to from wicker.plugins.spark import SparkPersistor because wicker.plugins.spark module doesn't contain SparkPersistor class, which seemed added 5 months ago. Since the package in PyPI is older, this import failed.
Could you release the latest version to PyPI?
The text was updated successfully, but these errors were encountered:
I tried to run tutorial with
wicker
package installed viapip
but it didn't work.I failed to
from wicker.plugins.spark import SparkPersistor
becausewicker.plugins.spark
module doesn't containSparkPersistor
class, which seemed added 5 months ago. Since the package in PyPI is older, this import failed.Could you release the latest version to PyPI?
The text was updated successfully, but these errors were encountered: