[00:11:51] <weykent> i'm trying to make a package versioned 0.1.1-5, but something along the way is unhappy. pip wheel built the package into a wheel called 'sanpera-0.1.1_5-cp27-none-linux_x86_64.whl', and `pip install sanpera==0.1.1-5` apparently can't find that wheel
[00:12:05] <weykent> not sure what i should file a bug against, if this is indeed a bug
[00:14:04] <weykent> hmph. that pip install command worked on a /different/ box
[00:14:21] <dstufft> I think that was a bug in pip
[15:43:10] <msabramo> what's the latest thinking on how to deal with a package that has setup_requires=['foo'] and install_requires=['foo']? My observation is that this causes setuptools to download a foo.egg file to the current directory, install_requires then decides it doesn't need to install the package, and then the software craps out when it tries to import it because it can't import from the egg :-(
[15:46:19] <Alex_Gaynor> msabramo: what we have here () https://github.com/pyca/cryptography/blob/master/setup.py seems to work somewhat reliably
[15:46:55] <msabramo> Alex_Gaynor: thanks, let me take a look
[15:49:45] <msabramo> I feel like setuptools probably could have some kind of different behavior that makes this less of a pain
[15:50:38] <msabramo> like making setup_requires install "permanently" into the environment instead of into the local egg file if install_requires is also specified
[20:02:08] <user123> Can I have some help here about issue consisting of Windows, generetaed EXE from wheels, unnecessary quoting of path with spaces and following error "Fatal error in launcher: Unable to create process using '""F:\Program Files\Python27\python.exe"" "f:\Program Files\Python27\Scripts\virtualenv.exe" ' " (it's from pylauncher)? If there is someone willing to help I will write up more information about my situation