also, to both of you: if you've installed nmigen 0.1 globally you might need to hunt it down and kill it. python3 -v followed by "import nmigen" is your friend, there, as it will show exactly where things are imported from. if that really doesn't show you the location then use strace, which tracks every system call. l.