Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Add additional required dependencies for pip install to README #705

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paulvandenburg
Copy link

Add additional package install steps to resolve errors on Debian based systems.

I've got 2 errors during installation on Linux Mint.

  1. ImportError: No module named setuptools which was fixed by installing the package python-setuptools
  2. error: invalid command 'bdist_wheel' which was fixed by install pip package wheel

I've added both steps to the install notes.

@paulvandenburg paulvandenburg changed the title Update README.md Add additional required dependencies for pip install to ReadMe Oct 8, 2019
@paulvandenburg paulvandenburg changed the title Add additional required dependencies for pip install to ReadMe Add additional required dependencies for pip install to README Oct 8, 2019
Add additional package install steps to resolve errors on Debian based systems.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant