I am proceeding as steps given by kivi and got stuck at step3.
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
You can use command pip3 install kivy or you can see it here
https://pypi.org/project/Kivy/
Related
I am quite new to python and I am trying to run some exercises and, in order to do it, I should install sklearn, xgboost and pandas. I give the command pip install to command prompt, but it keeps giving me back always the same message:
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
Getting requirements to build wheel did not run successfully.
exit code: 1
See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
[end of output
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
I tried to look for answers on stack overflow, but anything I try to run gives back the same error. Do you guys have any tips on how to solve the problem?
I tried to run
pip install -U setuptools
I am trying to install the Text add-in for Orange 3 but I get this error each time:
Command failed: python python -m pip install Orange3-Text exited with non zero status.
My pip is up to date too so I'm not sure what the issue is or how I can get around this. How can I resolve this?
This should be solved with the latest build of Text. I am sorry for this mess, it is my fault. We had to put ufal.udpipe dependency on conda and it took a while. Now it should be fixed.
I was using IPython notebook from the command prompt Anaconda to make a word cloud but had to get some modules. ctrl -c'd to import.. then using the following advice from here: https://pypi.python.org/pypi/pytagcloud I did the following
pip install simplejson
pip install -U pytagcloud
easy_install -U pytagcloud
And now I can't open my IPython notebook. The first error I get is:
lib\site-packages\zmq\backend\cffi\__pycache__\_cffi__x7f4cf786x6096cf31.c:185:1
7: fatal error: zmq.h: No such file or directory
compilation terminated.
Then Traceback displays
File "C:\Anaconda4\lib\site-packages\IPython\utils\zmqrelated.py" line 35 in check_for_zmq
File "C:\Anaconda4\lib\site-packages\zmq\__init__.py, line 49
And more
Also, pip install is having issues now. Any help would be appreciated. Thanks
i'm having trouble running easy_install scrapy and got the following error:
**cc1.exe: error: unrecognized command line option '-mno -cygwin'
error: setup script exited with error: command 'gcc' failed with exit status 1**
i'm running python 2.7 on windows 32 bit. i installed mingw, libxslt, liblxml2. what's going on there? Thanks!
The solution is to remove all instances of -mno-cygwin from C:\Python27\Lib\distutils\cygwinccompiler.py, re-run easy_install.
I had this same problem and I found the answer here:
http://www.techques.com/question/1-6034390/Compiling-with-cython-and-mingw-produces-gcc:-error:-unrecognized-command-line-option-'-mno-cygwin'
I had GCC version 4.6.2 installed which did not support the -mno-cygwin option.
I use MacOS 10.7.3 and XCode 4.3. In order to install Scrapy, I have followed the instructions here: http://doc.scrapy.org/en/0.14/intro/install.html#download-and-install-an-official-release .
But unfortunately the command python setup.py install failed:
unable to execute llvm-gcc-4.2: No such file or directory
error: Setup script exited with error: command 'llvm-gcc-4.2' failed with exit status 1
Did you actually run the Xcode installer, found in /Applications? Getting it via the MacAppStore doesn't install it automatically.