We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd48df commit 128b040Copy full SHA for 128b040
py3-issues-ongoing-log.md
@@ -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