Murat Keçeli

Results 11 comments of Murat Keçeli

I just wanted to report that `pip install openbabel` still fails for Ubuntu 20.04.1 and Darwin 18.7.0.

Thank you Lori. The installation with `conda create -n qcf711_38 python=3.8 qcfractal=0.15.8.1 plotly=5.6.0 -c conda-forge` worked. But, some unit tests (`pytest --pyargs qcfractal`) give error or fail. I should also...

I tried rebuilding, it didn't help. I also tried using both conda and pip installations without success. I run cppyy tests and got the following errors. I am not sure...

Turns out the errors with the tests here are due to a problem in my environment. Sorry for the noise. For the main problem of the issue, I installed mpich...

I think the third problem is due to mismatch between pip installed version (2.4.0) vs building the head. By checking out `cppyy-2.4.0` tag, all tests [pass](https://github.com/keceli/cppyy/runs/8262292593?check_suite_focus=true) for gcc-10. However, the...

Is there any update on this issue? I see a similar discussion for Boost on [SO](https://stackoverflow.com/questions/36219532/serializing-stdtype-index), but @thelink2012's idea seems better.

Thank you @wlav for looking into this problem. > Maybe start with what you need set_debug() for? I came across this issue while debugging an unrelated bug in my code....

Make sure the URL text you paste starts with: https://download.llamameta.net/. If it starts with: https://l.facebook.com/ it doesn't work.

I understand that it is hard to merge the global change of HashMap vs LinkedHashMap before other changes, but so far it is the only way to force RMG to...

I wish I had a better understanding of this bug, however, I still think leaving RMG with HashMaps is more dangerous since it is the source of the inconsistent outputs...