Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
What package to install?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3612

PostPosted: Sat Apr 13, 2024 2:01 pm    Post subject: What package to install? Reply with quote

Hi, ALL,

Code:

Traceback (most recent call last):
  File "/usr/local/bin/bakefile_gen", line 37, in <module>
    import xmlparser, dependencies, errors, portautils
  File "/usr/local/lib/bakefile/dependencies.py", line 29, in <module>
    import cPickle, os.path, time, glob
ModuleNotFoundError: No module named 'cPickle'
igor@IgorReinCloud ~ $ bakefile_gen --version
Traceback (most recent call last):
  File "/usr/local/bin/bakefile_gen", line 37, in <module>
    import xmlparser, dependencies, errors, portautils
  File "/usr/local/lib/bakefile/dependencies.py", line 29, in <module>
    import cPickle, os.path, time, glob
ModuleNotFoundError: No module named 'cPickle'
igor@IgorReinCloud ~ $ su
Password:
IgorReinCloud /home/igor # emerge -pv cpickle
 * Last emerge --sync was 1y 314d 1h 10m 56s ago.

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "cpickle".

emerge: searching for similar names...
emerge: Maybe you meant any of these: dev-python/cloudpickle, sys-apps/pick, dev-embedded/cpik?

 * IMPORTANT: 14 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.

IgorReinCloud /home/igor # equery belongs cPickle
 * Searching for cPickle ...
IgorReinCloud /home/igor # emerge -pv bakefile
 * Last emerge --sync was 1y 314d 2h 31m 57s ago.

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "bakefile".

emerge: searching for similar names...
emerge: Maybe you meant any of these: dev-python/pefile, net-misc/seafile, dev-python/rarfile?

 * IMPORTANT: 14 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.

IgorReinCloud /home/igor #



Thank you.
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9680
Location: almost Mile High in the USA

PostPosted: Sat Apr 13, 2024 2:08 pm    Post subject: Reply with quote

cursory web search indicates that cpickle was deprecated as it's for python2, ... so it seems your code may be python2 limited and converting to python3 may be some work...
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3612

PostPosted: Sat Apr 13, 2024 2:12 pm    Post subject: Reply with quote

Hi,
Thx.
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9680
Location: almost Mile High in the USA

PostPosted: Sat Apr 13, 2024 2:35 pm    Post subject: Reply with quote

Just wondering is it python2 ? Since it seems to be in /usr/local/bin it's not in portage so I'm kind of at a loss of how to analyze it further...
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3612

PostPosted: Sat Apr 13, 2024 3:49 pm    Post subject: Reply with quote

Hi,
Yes the project is for python2.
And it is kind of in stagnation - looks like wxWidgets is moving to CMake and so possibly it will be abandoned.

Pity as it's a good tool for Makefile generation...

Thank you.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum