Open ramaniak opened 8 years ago
Hi Arun,
you need to have the python package gemini
installed, we use this to access gemini databases through it's python api. If you can do:
$ python
Python 2.7.11 |Continuum Analytics, Inc.| (default, Dec 6 2015, 18:57:58)
[GCC 4.2.1 (Apple Inc. build 5577)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import gemini
>>>
it should work.
For the other problems we will have a look to see what is going on.
Regards,
Måns
Hello Måns
Thanks. On further digging and running py.test test/ I get the attached log. What stands out are the following errors:
tests/plugins/gemini/test_gemini_case_mixin.py:1: in
Does this give you any indication on what's going on?
Thanks for your attention to this issue.
Arun
On Wed, Jun 29, 2016 at 2:37 AM, Måns Magnusson notifications@github.com wrote:
Hi Arun,
you need to have the python package gemini installed, we use this to access gemini databases through it's python api. If you can do:
$ python Python 2.7.11 |Continuum Analytics, Inc.| (default, Dec 6 2015, 18:57:58) [GCC 4.2.1 (Apple Inc. build 5577)] on darwin Type "help", "copyright", "credits" or "license" for more information. Anaconda is brought to you by Continuum Analytics. Please check out: http://continuum.io/thanks and https://anaconda.org
import gemini
it should work.
For the other problems we will have a look to see what is going on.
Regards,
Måns
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/robinandeer/puzzle/issues/228#issuecomment-229269267, or mute the thread https://github.com/notifications/unsubscribe/AFzoBnV1_glrBQ0bAyPlfXpAgzYrqvipks5qQhKMgaJpZM4I8Nmz .
Hello, I recently installed puzzle and was hoping to view a gemini db with it.
The install was fine ( I think). There are a couple of warning with the flask import and I am not sure if these are important?
I then ran the test as below and got the error: "TypeError: Expected bytes, got path"
and this seemed to go away if I gave it a path to a vcf instead of a folder. Though, I am not sure why this was not working.
Finally, the real reason I am posting this. I have a gemini db that I would like to view and ran it as below
this gives the following error:
It's complaining about gemini not being there, but I do have gemini in my path
and this also in my bashrc. I am trying to figure out how to get puzzle to load the gemini database. Any help is much appreciated.
Thanks Arun