Yeonsoo Kim
Yeonsoo Kim
- **OpenEthereum version**: since 2.5.13 (maybe older) - **Operating system**: Linux (CentOS 7) - **Installation**: one-line installer, built from source - **Fully synchronized**: - - **Network**: - - **Restarted**: -...
Please see https://github.com/JuliaPy/PyCall.jl/issues/561. The point is executing just Python binary does not activate base env. We need to explicitly activate base env on Windows. ``` C:\Users\alkorang>.julia\packages\Conda\m7vem\deps\usr\python Python 3.7.0 (default, Jun...
From https://github.com/JuliaPy/Conda.jl/issues/123: > Currently we install into the deps directory. However, in Julia 1.0, packages are no longer updated in place, this means that every time you update Conda.jl it...
```julia julia> using WinRPM julia> WinRPM.install("gcc-c++") INFO: Packages to install: gcc-c++ Continue with install [y/N]? y INFO: Downloading: gcc-c++ INFO: Extracting: gcc-c++ ERROR: 지정된 파일을 찾을 수 없습니다. C:\Users\alkorang\.julia\packages\WinRPM\Zs9v\cache\2\mingw64-gcc-c%2B%2B-7.2.0-3.2.noarch.cpio System...
### Description / Steps to reproduce the issue 1. `pacman -S git` 2. `git config --global core.askPass ''` 3. `git config --global credential.helper 'cache --timeout=3600'` 4. Create a private repository...
#### System information Erigon version: erigon version 2.59.0 OS & Version: Linux Erigon Command (with flags/config): `./erigon import --datadir datadir.erigon 1-100000.chain.gz` Chain/Network: mainnet #### Expected behaviour Erigon imports the chain...
I tried to use MPI.jl for connecting different computing nodes, and I found that there is no options for specifying the hosts. We can specify different remote hosts with `mpiexec...