Skip to content

Python 3 installation woes! #24

@herghost

Description

@herghost

I can build no problem using python2 but I am struggling in Python 3,

I have tried
sudo apt-get install python3-setuptools
pip install setuptools
pip upgrade setuptools

however I always run into
Traceback (most recent call last):
File "setup.py", line 3, in
from setuptools import setup, find_packages, Extension
ImportError: No module named 'setuptools'

when running python3 setup.py install

This is on a raspberry pi2 running the latest raspbian.

The only thing I can think of is that git clone to drogon.net is blocked on my network so I used the plan b install

Does anyone have any other ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions