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

strange error - arch linux #32

Closed
andrewcz opened this issue Nov 22, 2017 · 3 comments
Closed

strange error - arch linux #32

andrewcz opened this issue Nov 22, 2017 · 3 comments

Comments

@andrewcz
Copy link

[andrewcz@andrewcz-pc ~]$ python
Python 3.6.3 |Anaconda, Inc.| (default, Oct 13 2017, 12:02:49)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

import ogmaneo

KeyboardInterrupt

[andrewcz@andrewcz-pc ~]$ cd Downloads/
[andrewcz@andrewcz-pc Downloads]$ python
Python 3.6.3 |Anaconda, Inc.| (default, Oct 13 2017, 12:02:49)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

import ogmaneo
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'ogmaneo'

@rcrowder
Copy link
Collaborator

@andrewcz It looks from your other issues posted here that you have the Python examples running (in that the show the Python OgmaNeo package version, and get to the "Found..." platforms output). So I'm unsure how the Python interpreter cannot import OgmaNeo. Does it show up when you type pip show ogmaneo?

@andrewcz
Copy link
Author

the above can be closed

@rcrowder
Copy link
Collaborator

Thanks @andrewcz

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

2 participants