-
**Issue by [sleepinyourhat](https://github.com/sleepinyourhat)**
_Wednesday Jul 17, 2019 at 19:47 GMT_
_Originally opened as https://github.com/nyu-mll/jiant/pull/845_
----
There's a lot going on h…
-
I'm not sure if this is a Jedi or IPython issue, but here's what happens. Consider running the following minimal example in IPython (packages `numpy` and `mne` are required):
```python
import nump…
cbrnr updated
3 years ago
-
### Issue description
Pipenv cannot install pandas
### Expected result
Install pandas successfully
### Actual result
```bash
Locking [dev-packages] dependencies...
Locking [packages] …
-
### Issue description
There was an error while trying to lock all the dependencies in my virtual environment. Already removed the cache folder and tried the ```pipenv lock --clear```, and removing …
-
I running into some trouble when building and using a manylinux1 wheel (https://github.com/pypa/manylinux). The docker image uses an old distro, CentOS 5, so I can't use `yum` to install all the depen…
-
I am training a Mask R-CNN Inception ResNet V2 1024x1024 algorithm using my computer's GPU. This was downloaded from the TensorFlow Detection Model Zoo, and I labeled my images (dimensions of 1100x110…
ib124 updated
4 years ago
-
Thanks to reply.
I make **pip install gehomesdk** and install sdk
Then nano secrets.py and I use my credentials in SmartHQ app, that in europe is [Ge Appliances](https://play.google.com/store/ap…
-
Hi,
I had to convert the code to run on Python3. Mostly changed all print statements, thats it.
For line 202 in `model_rnn.py` I changed the `xrange` to `range`. But could not get it to work. Tr…
-
This fails:
conda install --file requirements.txt
Error:
PackagesNotFoundError: The following packages are not available from current channels:
- itk-thickness3d
- dask-labextension
- it…
-
We currently enforce various code style issues using ``flake8``, configured via ``Bio/.flake8`` etc and run automatically on TravisCI via tox. More details here including how to install ``flake8`` and…