Running setup.py bdist_wheel for cx-Freeze ... error

testing935
6 years ago

0

what The fuck with python install

the command is :
pip install cx_Freeze

When I launch the command

I’ve lot of result

I can show you all result, but I think the error come :

Failed building wheel for cx-Freeze  
Running setup.py clean for cx-Freeze  
Failed to build cx-Freeze  

Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-1ByAWL/cx-Freeze/setup.py';  
f=getattr(tokenize, 'open', open)(__file__);  
code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install  
--record /tmp/pip-wfaGB8-record/install-record.txt  
--single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-1ByAWL/cx-Freeze/  

Can you help me ???

Thank for your answers in advanced

5replies
4voices
950views
Elian
6 years ago | edited 6 years ago

0

Hi,

for python 2.7 try

sudo apt-get install python-dev
sudo pip install cx_Freeze

testing935
6 years ago

0

are you sure ??

The error :
ERROR: unknown command "apt-get"

But I’ve installed a apache2 with “apt-get” so I think I cannot use “apt-get” with a pip install

I’m deseperate ….

SIGKILL [r4v463]
6 years ago

0

@testing935 It’s not against you specifically, but do you understand what you are doing, do you know what aptitude (apt-get) is? What pip is?

Mugi [Mugiwara27]
6 years ago

1

Searching by yourself how to get through all these problems will teach you a lot, so use Google!

testing935
6 years ago

0

I’ve already search in google the problem
no answer …

You must be logged in to reply to this discussion. Login
1 of 6

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss