You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is using venv rather than virtualenv. I set it up with:
python3 -m venv
I'll try to get some hobby-time tonight to test whether modifying setup_requires in setup.py fixes the problem. (Apologies that I didn't try that already - I've been away from Python for a long time and am rusty.)
Working in a fresh venv environment, nmigen fails to install without first installing
wheel
.Here is a transcript showing failure to install nmigen and then success after pip installing wheel.
My environment:
The text was updated successfully, but these errors were encountered: