-
Notifications
You must be signed in to change notification settings - Fork 1.4k
pip install problems #1100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You're using the |
Have you solved it? |
You can install the 1.0.2-rc1 version with:
pip install --pre unicorn
|
thank you. |
Hi, the method seems not work on macOS
|
@rhelmot do you have any comments? |
this is a different bug and should have been a different issue but it is an issue. I will push a fix. In the meantime you may work around it by removing |
As of 2020, many distros have default python executable set to python 3.x, while the qemu bundled in 1.0.1 requires python 2 to build, rendering the stable version on PyPI virtually useless. I would suggest cutting a new release, even from unstable source, but I know that it would influence not only PyPI, but also other package repositories. Do you know of any solutions to this? |
I think pending the current stuff about the python bulld on macos, 1.0.2 should be able to release soon in a pretty stable condition, judging from the recent commit activity. |
I can tag 1.0.2-rc2 for this issue. |
can we please just release 1.0.2 as soon as the mac stuff is resolved? it's been two and a half years since 1.0.1. I have to tell people to install with |
we are still fixing OSS fuzz bugs. i want to have all cleared before 1.0.2 release. |
Can we do the rc2 release now? |
yes, i tagged rc2, please update Pypi package, thanks!
|
I tried to install unicorn and I get that:
Collecting unicorn
Downloading https://files.pythonhosted.org/packages/7d/7f/47fe864fe967e91de2d57677618cffc91bee3918f0a3cdbaa6500b36855e/unicorn-1.0.1.tar.gz (1.5MB)
|████████████████████████████████| 1.5MB 502kB/s
Installing collected packages: unicorn
Running setup.py install for unicorn ... error
ERROR: Complete output from command /Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 -u -c 'import setuptools, tokenize;file='"'"'/private/tmp/pip-install-3si_utlr/unicorn/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /private/tmp/pip-record-sr9r53ei/install-record.txt --single-version-externally-managed --compile:
ERROR: running install
running build
Building C extensions
cd qemu &&
./configure --cc="cc" --extra-cflags="-DUNICORN_HAS_X86 -DUNICORN_HAS_ARM -DUNICORN_HAS_ARMEB -DUNICORN_HAS_M68K -DUNICORN_HAS_ARM64 -DUNICORN_HAS_MIPS -DUNICORN_HAS_MIPSEL -DUNICORN_HAS_MIPS64 -DUNICORN_HAS_MIPS64EL -DUNICORN_HAS_SPARC -fPIC -fvisibility=hidden -m32 -arch i386 -m64 -arch x86_64" --target-list="x86_64-softmmu, arm-softmmu, armeb-softmmu, m68k-softmmu, aarch64-softmmu, mips-softmmu, mipsel-softmmu, mips64-softmmu, mips64el-softmmu, sparc-softmmu,sparc64-softmmu,"
ERROR: Command "/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 -u -c 'import setuptools, tokenize;file='"'"'/private/tmp/pip-install-3si_utlr/unicorn/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /private/tmp/pip-record-sr9r53ei/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/tmp/pip-install-3si_utlr/unicorn/
Help please
The text was updated successfully, but these errors were encountered: