Skip to content

not installing in python3 #6

Open
@ttm

Description

@ttm

r@K45VM:~/repos/rdflib-web$ sudo python3 setup.py install
Traceback (most recent call last):
File "setup.py", line 66, in
config.update({'src_root': setup_python3()})
File "setup.py", line 15, in setup_python3
for line in open("MANIFEST.in"):
FileNotFoundError: [Errno 2] No such file or directory: 'MANIFEST.in'

I commented line 66 (dummy me). And now the error I get (with either install or uninstall commands) is:

r@K45VM:~/repos/rdflib-web$ sudo python3 setup.py uninstall
Traceback (most recent call last):
File "setup.py", line 64, in
from setuptools import setup
File "/usr/local/lib/python3.4/dist-packages/setuptools/init.py", line 11, in
from setuptools.extension import Extension
File "/usr/local/lib/python3.4/dist-packages/setuptools/extension.py", line 8, in
from .dist import _get_unpatched
File "/usr/local/lib/python3.4/dist-packages/setuptools/dist.py", line 21, in
packaging = pkg_resources.packaging
AttributeError: 'module' object has no attribute 'packaging'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions