Hi
I have python version 3.9.17 and when I try to compile python-efl I
have this error
=======> name: python-efl
=======> version: 1.26.0
=======> release: 1
=======> Building starting...
+ prepare
+ git clone https://git.enlightenment.org/enlightenment/python-efl
python-efl-1.26.0
Cloning into 'python-efl-1.26.0'...
+ cd python-efl-1.26.0
+ git checkout d1b4512e52a2d9d22ebf4ed87037a7416ff8b8cd
Note: switching to 'd1b4512e52a2d9d22ebf4ed87037a7416ff8b8cd'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at d1b4512 open new development phase
+ build
+ cd python-efl-1.26.0
+ python3 setup.py build
Traceback (most recent call last):
  File "/tmp/work/src/python-efl-1.26.0/setup.py", line 11, in <module>
    from packaging.version import Version
ModuleNotFoundError: No module named 'packaging'

Python-packaging is present with the version 23.1 . It has been built
with python-flit-core version 3.9.0. These two packets are compiled
with pip3 when python-efl uses python3 setup-py
Is there a problem with the version of python-packaging ? Now python3
setup-py isems deprecated now.

Best regards

Daniel


_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to