`This system does not appear to be a Raspberry Pi` on openSUSE Leap Pi3
See original GitHub issueThe openSUSE Leap image for the Raspberry Pi fails when installing this package.
linux:~ # pip3 install picamera
Collecting picamera
Using cached picamera-1.13.tar.gz
Installing collected packages: picamera
Running setup.py install for picamera
Complete output from command /usr/bin/python3 -c "import setuptools, tokenize;__file__='/tmp/pip-build-dj7gqe9k/picamera/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-cq6oj8c4-record/install-record.txt --single-version-externally-managed --compile:
running install
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-dj7gqe9k/picamera/setup.py", line 145, in <module>
main()
File "/tmp/pip-build-dj7gqe9k/picamera/setup.py", line 140, in main
cmdclass = {'install': CustomInstallCommand},
File "/usr/lib64/python3.4/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib64/python3.4/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/usr/lib64/python3.4/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/tmp/pip-build-dj7gqe9k/picamera/setup.py", line 111, in run
raise ValueError('Unable to determine if this system is a Raspberry Pi')
ValueError: Unable to determine if this system is a Raspberry Pi
----------------------------------------
Command "/usr/bin/python3 -c "import setuptools, tokenize;__file__='/tmp/pip-build-dj7gqe9k/picamera/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-cq6oj8c4-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-dj7gqe9k/picamera
You are using pip version 7.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:10 (3 by maintainers)
Top Results From Across the Web
openSUSE on Raspberry Pi 3: From Zero to Functional ...
Deploying openSUSE on Raspberry Pi 3 is not all that complicated, but there are a few tricks that smooth the process.
Read more >How to Install OpenSuse on Raspberry Pi - YouTube
OpenSUSE is a Linux distribution, which has been part of the Linux history since 2005, and now has an official release available for ......
Read more >Installing Leap 15.0 aarch64 on Raspberry Pi-3B
I've tried the network icon on the panel and ifup/down from command line. In both cases, the system reports that wlan0 is up,...
Read more >How to Install and Configure OpenSUSE on Raspberry Pi?
The stable version is “Leap” while “Tumbleweed” is the rolling version. Seems easy right? But openSUSE is not Debian, ...
Read more >Hands-On: openSUSE Linux on the Raspberry Pi 4 - ZDNET
This time I'm going to look at openSUSE, which has two variants – the more stable LEAP, and the more leading-edge Tumbleweed. I...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Development is not necessarily done on the Raspberry Pi directly. It would be useful to at least have the package install on other systems, to have e.g. code completion enabled.
I forced skipping the test by setting the environment variable:
export READTHEDOCS=True
But system is still 64-bit so not working.