Hello all,
Trying to get introduced into the development side of things, and ran into a snag when following the instructions on the "setting up development environment" page of the documentation.
I get an error when it gets to the Pygments section after running the pip install -e .[develop,plugins] command:
ERROR: Package 'Pygments' requires a different Python: 2.7.16 not in '>=3.5'
I can't get past this step to finish the installation onto my Pi 3B. I assume that this is a problem with Python versions, but I got past this stage when I did this on my Ubuntu laptop earlier this weekend. Has something changed since then? Any thoughts?
Thanks!