|
On 9/30/16 08:33, Steve Barnes wrote:
On 30/09/2016 15:23, Coyot Linden (Glenn Glazer) wrote: Tried to repro on Mac, but for some reason virtualenv won't install future even though I can outside of it: [email protected]:~$ pip install future Collecting future Using cached future-0.15.2.tar.gz Installing collected packages: future Running setup.py install for future ... done Successfully installed future-0.15.2 [email protected]:~$ virtualenv pytest New python executable in /Users/gglazer/pytest/bin/python Installing setuptools, pip, wheel...done. [email protected]:~$ source pytest/bin/activate (pytest) [email protected]:~$ python -c"import queue;" Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named queue (pytest) [email protected]:~$ pip install future Collecting future Using cached future-0.15.2.tar.gz Could not import setuptools which is required to install from a source distribution. Traceback (most recent call last): File "/Users/gglazer/pytest/lib/python2.7/site-packages/pip/req/req_install.py", line 372, in setup_py import setuptools # noqa File "/Users/gglazer/pytest/lib/python2.7/site-packages/setuptools/__init__.py", line 10, in <module> from setuptools.extern.six.moves import filter, filterfalse, map File "/Users/gglazer/pytest/lib/python2.7/site-packages/setuptools/extern/__init__.py", line 1, in <module> from pkg_resources.extern import VendorImporter ImportError: No module named extern Best, coyot -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout. |
- [PyInstaller] Trouble getting pyinstaller to i... Coyot Linden (Glenn Glazer)
- [PyInstaller] Re: Trouble getting pyinsta... Coyot Linden (Glenn Glazer)
- [PyInstaller] Re: Trouble getting pyi... Coyot Linden (Glenn Glazer)
- Re: [PyInstaller] Re: Trouble getting... Steve Barnes
- Re: [PyInstaller] Re: Trouble get... Hartmut Goebel
- Re: [PyInstaller] Re: Trouble... Steve Barnes
- Re: [PyInstaller] Re: Tr... Coyot Linden (Glenn Glazer)
- Re: [PyInstaller] Re... Steve Barnes
- Re: [PyInstaller... Coyot Linden (Glenn Glazer)
- Re: [PyInstaller... Steve Barnes
- Re: [PyInstaller... Coyot Linden (Glenn Glazer)
- Re: [PyInstaller... Coyot Linden (Glenn Glazer)
- Re: [PyInstaller... Coyot Linden (Glenn Glazer)
- Re: [PyInstaller] Re: Trouble get... Coyot Linden (Glenn Glazer)
