|
Does python_poetry_core installs dependencies?
2 messages
#devtool
#python
The Python build tool, be it poetry or flit or setuptools, will do a build in the environment that the recipe has defined: only the dependencies in DEPENDS, no virtualenv. The point being that we cont
The Python build tool, be it poetry or flit or setuptools, will do a build in the environment that the recipe has defined: only the dependencies in DEPENDS, no virtualenv. The point being that we cont
|
By
Ross Burton
·
|
|
Installing python package using maturin
#python
Hello, I would greatly appreciate any help fixing this issue. I need to install the Python package orjson from PyPI on our Kirkstone build. Since it requires maturin to install I created a recipe for
Hello, I would greatly appreciate any help fixing this issue. I need to install the Python package orjson from PyPI on our Kirkstone build. Since it requires maturin to install I created a recipe for
|
By
amgadhs@...
·
|
|
Kirkstone Upgrade now gives RDEPENDS error with /usr/bin/python
#python
#kirkstone
Good Afternoon, I am updating a project from Honister to Kirkstone, Has anyone else run into an issue with python files with a #!/usr/bin/python header throwing the (abbreviated) Error below? This did
Good Afternoon, I am updating a project from Honister to Kirkstone, Has anyone else run into an issue with python files with a #!/usr/bin/python header throwing the (abbreviated) Error below? This did
|
By
bgctkd@...
·
|
|
BBClass function and symbolic link (symlink) ... I throw in the towel
8 messages
#kirkstone
#python
#bitbake
Hi Joshua, It's 100% my fault, I'm mixed 2 variables: ROOTFS_POSTPROCESS_COMMAND IMAGE_POSTPROCESS_COMMAND My "ln " command have to be placed into IMAGE_POSTPROCESS_COMMAND, not ROOTFS_POSTPROCESS_COM
Hi Joshua, It's 100% my fault, I'm mixed 2 variables: ROOTFS_POSTPROCESS_COMMAND IMAGE_POSTPROCESS_COMMAND My "ln " command have to be placed into IMAGE_POSTPROCESS_COMMAND, not ROOTFS_POSTPROCESS_COM
|
By
...
·
|
|
What happened to packages __init__.py?
#python
#dunfell
I'm working with multiple platforms on dunfell. I'm having trouble understanding the installation step of a couple of pthon3 packages - namely python3-zc-lockfile and python3-jaraco-functools. In both
I'm working with multiple platforms on dunfell. I'm having trouble understanding the installation step of a couple of pthon3 packages - namely python3-zc-lockfile and python3-jaraco-functools. In both
|
By
MikeB
·
|
|
Updating BBappend files in yocto
2 messages
#yocto
#python
#devtool
Apologies but I have to say no. Updating these three variables from a bbappend is not a good idea and I strongly recommend that you do not do it. If you need a different version of something, write a
Apologies but I have to say no. Updating these three variables from a bbappend is not a good idea and I strongly recommend that you do not do it. If you need a different version of something, write a
|
By
Alexander Kanavin
·
|
|
#python Freescale/NXP linux kernel python2 remove
2 messages
#python
if you are using latest release then py2 is more or less not needed unless you use perhaps packages like chromium ( which is also now fixed in meta-browser ) but this is for oe-core and meta-oe layers
if you are using latest release then py2 is more or less not needed unless you use perhaps packages like chromium ( which is also now fixed in meta-browser ) but this is for oe-core and meta-oe layers
|
By
Khem Raj
·
|
|
Problem installing python package from a wheel
5 messages
#bitbake
#python
Ah OK, I wasn't aware of the the python naming convention. That is likely my problem since I'm using Honister which uses Python 3.9. I pulled the wheel from NVIDIA's forums for pytorch, unfortunately
Ah OK, I wasn't aware of the the python naming convention. That is likely my problem since I'm using Honister which uses Python 3.9. I pulled the wheel from NVIDIA's forums for pytorch, unfortunately
|
By
David Babich
·
|
|
Using Poetry For Python Package
#python
I have a python package hosted in an internal git repo that is currently configured to use Poetry and as such does not have a setup.py file. Yocto appears to expect a setup.py file (via inherit distut
I have a python package hosted in an internal git repo that is currently configured to use Poetry and as such does not have a setup.py file. Yocto appears to expect a setup.py file (via inherit distut
|
By
iwolosch@...
·
|
|
How to remove -rpath and -rpath-link from BUILD_LDFLAGS env variable to solve following error: QA Issue: package python3-scipy contains bad RPATH?
#python
#bitbake
Hey there. I am building a Boot2Qt image for my Jetson Nano. Yocto release is dunfell. Currently I am trying to build the scipy library release 1.5.3. This is the recipe I am using: inherit pypi setup
Hey there. I am building a Boot2Qt image for my Jetson Nano. Yocto release is dunfell. Currently I am trying to build the scipy library release 1.5.3. This is the recipe I am using: inherit pypi setup
|
By
surfinride
·
|
|
execute a python code in raspberrypi
2 messages
#python
I recommend putting your whole python project into a repository (e.g. with git) and then create a recipe that fetches the git repository and installs the files to a sensible location. You should be ab
I recommend putting your whole python project into a repository (e.g. with git) and then create a recipe that fetches the git repository and installs the files to a sensible location. You should be ab
|
By
Nicolas Jeker
·
|
|
python3-dlib linking issue
#yocto
#zeus
#python
Hi All, I'm trying to bitbake a recipe for python3-dlib (the python API). Here is the recipe: SUMMARY = "A toolkit for making real world machine learning and data analysis applications" HOMEPAGE = "ht
Hi All, I'm trying to bitbake a recipe for python3-dlib (the python API). Here is the recipe: SUMMARY = "A toolkit for making real world machine learning and data analysis applications" HOMEPAGE = "ht
|
By
...
·
|
|
[zeus] python3-dlib
3 messages
#yocto
#zeus
#python
Thanks for the suggestion, but they are using the C++ API as well. I already created a recipe for the C++ API of dlib and it is working, the only thing needed is compitling the Python API.
Thanks for the suggestion, but they are using the C++ API as well. I already created a recipe for the C++ API of dlib and it is working, the only thing needed is compitling the Python API.
|
By
...
·
|
|
[zeus] python3-numpy: No module named 'numpy.core._multiarray_umath'
2 messages
#yocto
#zeus
#python
According to [1] yes - you might want to consider back porting one of the more recent versions of numpy from [2], as you are using a pretty outdated one [1] https://stackoverflow.com/questions/5466584
According to [1] yes - you might want to consider back porting one of the more recent versions of numpy from [2], as you are using a pretty outdated one [1] https://stackoverflow.com/questions/5466584
|
By
...
·
|
|
Iignore variable change in the complete recipe
#python
#yocto
Hello, we are using a recipe to fetch binary from artifactory and package it in rootfile system. and this artifactory path can be dynamic so i am using linux system variable to pass this information t
Hello, we are using a recipe to fetch binary from artifactory and package it in rootfile system. and this artifactory path can be dynamic so i am using linux system variable to pass this information t
|
By
rkthebest@...
·
|
|
Custom python location on target
#python
Okay, that makes sense! I'll look for a better solution. KR, Felix
Okay, that makes sense! I'll look for a better solution. KR, Felix
|
By
felixn1996@...
·
|
|
Private: Re: [yocto] Custom python location on target
#python
(re-adding list as this certainly does not contain sensitive information - others might add other opinions and hints, as well as my answer should be available for everyone to find it.) Am Mo., 22. Feb
(re-adding list as this certainly does not contain sensitive information - others might add other opinions and hints, as well as my answer should be available for everyone to find it.) Am Mo., 22. Feb
|
By
Josef Holzmayr
·
|
|
Custom python location on target
3 messages
#python
Hi I am aware that what I am asking for is a bit ugly. The reason is that I have a small amount of memory at my disposal. I'm working with a setup with two partitions, a root-fs and an overlayed appli
Hi I am aware that what I am asking for is a bit ugly. The reason is that I have a small amount of memory at my disposal. I'm working with a setup with two partitions, a root-fs and an overlayed appli
|
By
felixn1996@...
·
|
|
pypi setuptools based recipe fails ModuleNotFoundError: No module named 'pkg_resources'
2 messages
#python
The issue here is that you are overwriting the DEPENDS after the inherit. Two ways to solve this problem Either use DEPENDS = "python3-astropy-helpers" PYPI_PACKAGE = "astropy" inherit pypi or PYPI_PA
The issue here is that you are overwriting the DEPENDS after the inherit. Two ways to solve this problem Either use DEPENDS = "python3-astropy-helpers" PYPI_PACKAGE = "astropy" inherit pypi or PYPI_PA
|
By
...
·
|
|
Yocto AWS MQTT: ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:1108)
2 messages
#python
Hi there,
By
Diego Santa Cruz
·
|