Carter Peene
Carter Peene
I have the same problem. For some reason the colors do work on my PC upon which I installed this package many months ago, but on my new laptop, the...
Nevermind, the issue is fixed. Change the prompt window settings in the "default" tab, not the "properties" tab. Altering settings in the "properties" tab, seems to affect the cmd prompt...
Also having this problem when using Allenmouse atlases. With slow downloads and remote Jupyter kernels secretly halting, this loading bar would be a big help.
This seems like an error that may be unrelated. Here is the output from the above command; ``` Error processing line 1 of C:\Users\carter.peene\Miniconda3\envs\dandi_stream\lib\site-packages\ruamel.yaml-0.17.21-py3.9-nspkg.pth: Traceback (most recent call last): File...
Unfortunately, no dice! After running those commands, it may have fixed the secondary error but the original one persists. Outside the notebook `python -c "import h5py"` works and within the...
```python -c "from pynwb import NWBHDF5IO"``` also appears to work via command line
I've been running `jupyter notebook` from the same miniconda terminal as the other commands.
Good news, I have a different error. I ran `pip install jupyter` and `pip install notebook` within the conda environment and then ran the notebook. The new traceback when running...
Perhaps installing dandi via pip and not via conda commands is causing an issue?
Sometimes (I can't tell under what circumstances) the line `conda install -c conda-forge "h5py>=3.2"` doesn't actually install h5py yet claims it succeeded.