Re: [Bioc-devel] seqArchR error on build systems

2022-10-28 Thread Sarvesh Nikumbh
Ubuntu and macOS errors are now fixed, but the palomino4/Windows error is still there (this error is different), says, it needs OpenSSL. Thanks in advance. === Collecting package metadata (current_repodata.json): ...working... Collecting package metadata (current_repodata.json): ...working

Re: [Bioc-devel] seqArchR error on build systems

2022-10-25 Thread Hervé Pagès
Hi Sarvesh, It looks like reticulate somehow was using the wrong Python instance on nebbiolo2 and lconway, as reported by py_config(). We're now setting RETICULATE_PYTHON on those machines to make sure that reticulate will use the correct Python. This change was made after the builds started

[Bioc-devel] seqArchR error on build systems

2022-10-25 Thread Sarvesh Nikumbh
Hi Bioc-team, seqArchR was building fine, without any errors last week, but I am seeing an error again. This time it is due to the Python module 'sklearn' not available and one another error. The sklearn-related error occurs on nebbiolo2 and Iconway, while palomino4 shows a different error. Maybe