[Bug 1587193] Re: build of python3 snap fails with 'error: option --single-version-externally-managed not recognized'

2017-08-08 Thread Sergio Schvezov
Yes, we currently only support pip installable projects, which means `--single-version-externally-managed` is not supported, which means you should use `setuptools` instead of `distutils.core`. That said, we would welcome a `distutils` plugin in snapcraft. -- You received this bug notification

[Bug 1587193] Re: build of python3 snap fails with 'error: option --single-version-externally-managed not recognized'

2017-08-03 Thread Jason C. McDonald
That code blindness for you. Note in my 'setup.py', I had 'from distutils.core import setup', but I SHOULD have had 'from setuptools import setup'. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1587193] Re: build of python3 snap fails with 'error: option --single-version-externally-managed not recognized'

2017-08-02 Thread Jason C. McDonald
Slamming into this myself. Here's the relevant information: snap2.26.14 snapd 2.26.14 series 16 ubuntu 17.04 kernel 4.10.0-28-generic python 3.5.2 Full text of both `setup.py` and `snapcraft.yaml` attached. Full error is as follows:

[Bug 1587193] Re: build of python3 snap fails with 'error: option --single-version-externally-managed not recognized'

2016-11-19 Thread Launchpad Bug Tracker
[Expired for snapcraft (Ubuntu) because there has been no activity for 60 days.] ** Changed in: snapcraft (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1587193] Re: build of python3 snap fails with 'error: option --single-version-externally-managed not recognized'

2016-11-19 Thread Launchpad Bug Tracker
[Expired for Snapcraft because there has been no activity for 60 days.] ** Changed in: snapcraft Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587193 Title:

[Bug 1587193] Re: build of python3 snap fails with 'error: option --single-version-externally-managed not recognized'

2016-09-20 Thread Sergio Schvezov
Does it work with the latest snapcraft and does it work doing `pip install` from the sources? ** Changed in: snapcraft Status: New => Incomplete ** Changed in: snapcraft (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu

[Bug 1587193] Re: build of python3 snap fails with 'error: option --single-version-externally-managed not recognized'

2016-06-02 Thread Seth Johnson
** Also affects: snapcraft (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587193 Title: build of python3 snap fails with 'error: option