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

Need test cases. #3

Open
lsetiawan opened this issue Mar 9, 2018 · 8 comments
Open

Need test cases. #3

lsetiawan opened this issue Mar 9, 2018 · 8 comments

Comments

@lsetiawan
Copy link
Collaborator

Probably okay for now, but it'd be great to have a couple of test cases to test the functions.

@jphuong
Copy link
Contributor

jphuong commented Mar 14, 2018

I've tried pip install ogh, but I'm not able to import the library. There seems to be an encryption error going on.

screen shot 2018-03-14 at 2 11 38 pm

@lsetiawan
Copy link
Collaborator Author

@jphuong How did you install ogh? Just pip install?

@jphuong
Copy link
Contributor

jphuong commented Mar 14, 2018

yes. "pip install ogh". I looked up this error and found this related thread. [https://github.com/Miserlou/Zappa/issues/854] They suggest that it might have something to do with the .pyc, something strange about the python interpreter that could differ between the python 2.7 and python 3.6 versions.

@lsetiawan
Copy link
Collaborator Author

There are many different issues that can be happening, probably related more dependencies, etc. Try installing the dependencies first with conda then do pip install. That works for me.

@lsetiawan
Copy link
Collaborator Author

Gotta figure out what's missing. I can't even complete pip install. What python version are you using?

@jphuong
Copy link
Contributor

jphuong commented Mar 15, 2018

Python environment:
3.6.4.final.0

conda version:
4.3.29

It seems that you, me, and Christina are each getting different error messages. Christina's error message has to do with line 14 in the ogh.py. After inspecting that error code, I'm just going remove that line as it was a constraint from a different environment that no longer applies. That doesn't resolve your issue, Don.

@lsetiawan
Copy link
Collaborator Author

It's in conda now. Try installing from conda. conda install -c conda-forge ogh

@lsetiawan
Copy link
Collaborator Author

It's in conda. I think the error is just in dependencies. I am having no problem now as long as I have installed all of the dependencies first. Of course installing via conda is the easiest way out. https://anaconda.org/conda-forge/ogh

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