Closed rveachkc closed 4 years ago
Hi @rveachkc,
It seems you haven't yet signed a CLA. Please do so here.
Once you do that we will be able to review and accept this pull request.
Thanks!
Your Python installation is missing the Python Wheels. Some Linux distributions (like Ubuntu) have put this in a separate package. So make sure you have is installed.
For Ubuntu: apt install python3-wheels
@frenck, I understand the problem. I was able to get past it, but it's behaving like an undocumented requirement. I was hoping to fix that for others who may find the same.
This was observed on a fresh install of raspbian buster in a virtual environment. (python 3.7.3, installed via apt).
It is a specific requirement from your platform. Wheels is normally bundled with Python.
When installing ada into a virtual environment, observed the following error:
It installs correctly from my fork with this line in the setup.py file.