python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Make a deb package that depends on other package installed from deb file
I am trying to build a deb package A that depends on another deb package B that is downloaded from URL and then installed.
The obvious solution I tried was putting the script that downloads and instal...
SonGoku
Votes: 0
Answers: 0
access data files in site-package
I have created a python package named (my_package). In that package I have used data.pt file (ml model file) in my python modules and it worked successfully.
then I built it's wheel file "my_pack...
samruddhi ingale
Votes: 0
Answers: 1
How to warp design onto a packaging outline?
I have a design that I need to put on a cup. The design will wrap onto the cup, but I can't seem to do it in illustrator. I tried the warp function but it distorts the design a lot. Is there a way to ...

Ivailo Ivanov
Votes: 0
Answers: 0
PyPI: The name is too similar to an existing project
When uploading to PyPI there is an error:
$ twine upload -r test dist/examplepkg-1.0.tar.gz
Uploading distributions to https://test.pypi.org/legacy/
Uploading examplepkg-1.0.tar.gz
Error du...
platypus
Votes: 0
Answers: 1