-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
@jphuong How did you install |
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. |
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. |
Gotta figure out what's missing. I can't even complete pip install. What python version are you using? |
Python environment: conda version: 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. |
It's in conda now. Try installing from conda. |
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 |
Probably okay for now, but it'd be great to have a couple of test cases to test the functions.
The text was updated successfully, but these errors were encountered: