-
I am installing dlatk from pip on OSX 10.15.17. The installation fails as it tried to install scikit-learn==0.18.2. I've tried pre-installing a newer version of sklearn, but it will uninstall the newe…
-
I installed Electrum using
```
$ pip3 install --user https://github.com/spesmilo/electrum/archive/2.9.3.tar.gz
…
Successfully installed Electrum-2.9.3 PySocks-1.6.7 dnspython-1.15.0 ecdsa-0.13 jso…
-
Hi, Ubuntu 20.04 LTS had been released today which comes with python3.8 as the default python version. And on trying to use trex with python 3.8, we get the error - AttributeError: 'Transport' object …
hprem updated
4 years ago
-
When I try to jump to a definition using Jedi 0.17.0 or 0.17.2, I'm getting this error:
```
[coc.nvim] Jedi error: Traceback (most recent call last):
File "completion.py", line 670, in watch
…
-
Hi, I am trying to install electrumsv on an ubuntu (18.04) machine, yet I am getting this error
```
`Processing /ElectrumSV
Collecting aiohttp (from ElectrumSV==1.3.0b2)
Downloading https://file…
FIVIL updated
4 years ago
-
**Issue**
Virtualenv ignores `VIRTUALENV_ALWAYS_COPY` environment variable (it's important for wrappers like pipenv where we can't use it as flags).
For example, with `VIRTUALENV_COPIES` works a…
-
For some reason, most of my libraries are identified as first-party:
```python
import logging
import math
from decimal import Decimal
from typing import Any, Iterable
import requests
from…
-
I'm trying to use WebEngine in retext and getting crash with output bellow:
```
LaunchProcess: failed to execvp:
/home/edyatl/.local/lib/python3.6/site-packages/PyQt5/Qt/libexec/QtWebEngineProcess
…
-
I had to change the webui port for Mylar. Afterwards, when I went to start it back up again, it wouldn't start. Attached is the full output from when I attempt to start it. I attempted to paste the ou…
-
Can this be added to the Dockerfile for your next image build?
`pip install jsonrpclib-pelix`
There's a script made by BlackTwin that depends on this module to function. I've bash'd into the con…