Open lsetiawan opened 6 years ago
I've tried pip install ogh, but I'm not able to import the library. There seems to be an encryption error going on.
@jphuong How did you install ogh
? Just pip 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: 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.
It's in conda now. Try installing from conda. conda install -c conda-forge ogh
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.