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

installation #558

Closed
niteshnicholas opened this issue Jun 8, 2019 · 5 comments
Closed

installation #558

niteshnicholas opened this issue Jun 8, 2019 · 5 comments

Comments

@niteshnicholas
Copy link
Contributor

No description provided.

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.68. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@niteshnicholas
Copy link
Contributor Author

While installing the latest optimuspyspark 2.5.51, I am getting error
ERROR: h2o-pysparkling-2-4 2.4.10 has requirement pyspark<=2.4.0,>=2.4.0, but you'll have pyspark 2.4.1 which is incompatible.

Furthermore when I do run the following
from optimus import Optimus I get the error
ImportError: cannot import name 'abc'

@argenisleon
Copy link
Collaborator

Hi @niteshnicholas,
Thanks for the report. Now checking.

@argenisleon
Copy link
Collaborator

Hi @niteshnicholas ,

About
ERROR: h2o-pysparkling-2-4 2.4.10 has requirement pyspark<=2.4.0,>=2.4.0, but you'll have pyspark 2.4.1 which is incompatible. It seems some bug. The versions seem to be right. We open an issue in h2oai/sparkling-water#1244
This not should not affect how optimus works.

About :

from optimus import Optimus I get the error
ImportError: cannot import name 'abc'

Please try:

pip uninstall bson
pip install pymongo

See this for reference:

py-bson/bson#82

We are going to fix this in the next release.

@niteshnicholas
Copy link
Contributor Author

Thanks argenisleon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants