Open ezegolub opened 8 years ago
Ok, so this seems to be somewhat unrelated to this, it's an issue with the wheel package, right now it's using the latest one, 0.29.0, but it has some bug and generates incompatible wheel files.
I've reported it to the wheels project here https://bitbucket.org/pypa/wheel/issues/163/wheel-is-building-incompatible-packages
The workaround i've found is downgrading the wheel package to 0.26.0
I had a similar issue but it was just my mistake. Reading this issue you reported helped me figure it out so I will post here in case somebody makes the same mistake I did.
My build.docker image had python 3.5 installed but my host had python 3.4. Then obviously the wheels generated were not compatible and the whole thing failed with that same error.
Pretty noob mistake but took me a while to find out what was wrong.
Hello, i'm trying out this on a mac, using latest docker-machine. I can't understand why it fails to find the Twisted wheel file in the wheelhouse, although i can see it's present. This is the result of runnning
build.sh
:And if i do a
ls wheelhouse
i get:So clearly the wheel file is getting created, but i cannot understand why it's not getting picked up by run container :sad: