Skip to content

Commit 128b040

Browse files
committed
added py3 issue log
1 parent 6bd48df commit 128b040

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

py3-issues-ongoing-log.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Log of py3 related install or runtime issues
2+
3+
## no module dispatch
4+
5+
I was trying to run acquisition on a win10 PC (phy-lmx2cpu) with a py3 PYME install.
6+
Got an error that a module named dispatch was missing.
7+
8+
Fixed by
9+
10+
conda install dispatch
11+
12+
Note that I searched for dispatch first:
13+
14+
15+
conda search dispatch
16+
17+
which printed:
18+
19+
```
20+
Loading channels: done
21+
# Name Version Build Channel
22+
dispatch 1.0 py27_0 david_baddeley
23+
dispatch 1.0 py36_0 david_baddeley
24+
dispatch 1.0 py37_0 david_baddeley
25+
```
26+
27+
This seems to indicate this is a module supplied by David's channel only.

0 commit comments

Comments
 (0)