Raymond Gasper
Raymond Gasper
all tests passing on my machine w/ python 3.6 env and just the base requirements installed: ``` (impedance) ➜ impedance.py git:(main) ✗ pytest ==================================================== test session starts ===================================================== platform darwin...
Demonstration of successful rdkit installation: ```console poetry run python ``` ``` Python 3.7.6 (default, Jan 8 2020, 13:42:34) [Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin Type "help", "copyright", "credits"...
Ah I didn't have my github notifications configured very well so I missed all those comments in April. I'll quickly go through and clean my PR up some time this...
I agree with that interface. If these are generally agreed upon correct elements, it makes sense to put up at least a small barrier towards rewriting them. It's not *really*...
check the PR, new overwrite behavior implemented
weird! It definitely doesn't for me. Installing on a debian-11.4-slim docker image
replicable in a debian container on my machine. `curl` the url has the same error ``` > docker run -it debian:11.4 root@c6671ddde46a:/# apt-get install --fix-missing -y --no-install-recommends bzip2 wget Reading...
> Try running wget individually. What does `file latest` (or whatever the download file name is) report? It's a binary file, `curl ${micromamba_url} > somewhere; cat somewhere` dumps a big...
tricky tricky certs and encoding... Thanks folks
I have this same issue, or a set of related issues, anyway. My private package has dependencies on publicly listed packages, and pipenv cannot seem to find them, despite pip...