Trying to use pip to install just installed another version of python (3.4) get error
ImportError: cannot import name '_BACKCOMPAT_MAGIC_NUMBER'
Trying to use pip to install just installed another version of python (3.4) get error
ImportError: cannot import name '_BACKCOMPAT_MAGIC_NUMBER'
I resolved this for myself by removing the tox venv for the older python version and recreating it after installing the dev package.
What I did (on Ubuntu 18.04), install older version of Python from deadsnakes ppa for testing:
Reran tox to try to test with Python 3.5:
Delete the local tox virtualenv directory and run again: