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

No module named 'gemini_core' #34

Open
augustmuir opened this issue Jul 20, 2021 · 0 comments
Open

No module named 'gemini_core' #34

augustmuir opened this issue Jul 20, 2021 · 0 comments

Comments

@augustmuir
Copy link

augustmuir commented Jul 20, 2021

Tried on:
Mac M1 w/ Big Sur and Windows 10, both gave the same error.

Installed via:
pip3 install git+git://github.com/anfederico/gemini.git

Running from gemini_core import data, engine, helpers results in:

from gemini_core import data, engine, helpers
ModuleNotFoundError: No module named 'gemini_core'

When I run pip3 list I can see:
gemini 1.0.6

If I try to import from just gemini I get the error:
cannot import name 'data' from 'gemini' (/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/gemini/__init__.py)

Edit:
I fixed this by looking through the commits by importing like this instead:
from gemini.gemini_core import data, engine, helpers

Maybe the readme is incorrect? Also I see the last commit updated the example, and just fyi the link to that on the readme is a 404. Excited to use Gemini, thanks!

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

No branches or pull requests

1 participant