Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [package]

Package broadly refers to two things: 1) a usable unit/component of built/compiled software, or 2) a partition of the global namespace (Java).

-2 votes
0 answers
12 views

Hello everyone, I want to create and publish my own React packages. needed your guidance.thanks

I am interested in creating and publishing my own React packages and would greatly appreciate any guidance or information you can provide. Here are some specific aspects where I need help: ...
Amjad Ali's user avatar
0 votes
1 answer
26 views

Uninstall package with non-python files that weren't in distribution

I have a python app that has been deposited on pypi as described here. The app runs an external software (blast+) and generates non-python files (various database and txt files, and an xml file that ...
Tim Kirkwood's user avatar
0 votes
0 answers
17 views

Jfrog Artifactory: get access to all download statistics

I'm using Jfrog Artifactory to store python packages. It would be of huge help to get access to all download statistics, i.e know who has downloaded the package, when, which version? I see Jfrog is ...
lt-brs's user avatar
  • 11
1 vote
1 answer
52 views

go.mod file getting updated when running go mod tidy

I have the following go.mod file. I'm unable to run the module as the compiler in VSCode asks me to run go mod tidy. When I run go mod tidy my go.mod file gets updated with go version getting bumped ...
10may's user avatar
  • 358
0 votes
1 answer
22 views

Twine/PyPI - Invalid distribution file

I am trying to upload my package (SyntenyQC) to test pypi as described here via Anaconda prompt. I have installed twine and build as described in the link, and got a dist folder with a wheel and gz ...
Tim Kirkwood's user avatar
0 votes
1 answer
17 views

Piano MIDI input detection via Python

I am trying to create a program that takes an input from my piano and have Python detect what note I just pressed as MIDI. I don't require help with the code itself, but I can't seem to find any ...
Jason Herbert's user avatar
0 votes
2 answers
34 views

Inheritance of singleton class for multiple modules not working

Im trying to create multiple children classes that share the same singleton parent class. Meanwhile, the singleton parent class is being initialised for each child, missing the singleton propose. This ...
Hugo Sebastiao's user avatar
-4 votes
0 answers
24 views

ckeditor4-vue licensekey error: The license key is missing or invalid [closed]

[CKEDITOR]: The license key is missing or invalid. If you suddenly started to see this message, this may mean you accidentally updated CKEditor 4 to the LTS version (4.23.0 and above). This version of ...
usama maqbool's user avatar
0 votes
0 answers
11 views

Kernel keeps dying when importing Skimpy package

I installed skimpy package. However, anytime I import it or try to pip uninstall in my Jupyter Notebook, the kernel keeps dying. What should I do? I tried to solve the problem in a Conda Env but it ...
Behnami's user avatar
0 votes
0 answers
15 views

I am unable to get an npm package using api.npms.io endpoint

I recently published a package on npm and I have been trying out a few things, one of which was trying to get my package information using this npm URL endpoint: https://api.npms.io/v2/package/african-...
Hilory's user avatar
  • 1,181
0 votes
0 answers
16 views

How to overcome file lock error when using Arelle with Python?

installed arelle with pip install arelle-release. Mandatory dependencies seem to be present. After importing and initialising Cntlr, I attempted to load the target document but I am receiving a ...
conf_USER's user avatar
1 vote
0 answers
24 views

Java Dynamic Resource Discovery

The following code creates a list of classes and interfaces in the specified package. public static List<Class> getClasses(ClassLoader loader, String pack) throws IOException, ...
Evgeny's user avatar
  • 11
-2 votes
0 answers
7 views

Unable to import 'setuptools'PylintE0401:import-error

I am currently trying to publish a package.. 3 questions: using python3 setup.py sdist bdist_wheel to build distribution packages. However, when I run this on the terminal,I get "Errno 2] No ...
Carrie Mackenzie's user avatar
1 vote
2 answers
65 views

R package: author appearing in the manual

I m building a basic package with devtools (think of a package containing only an Hello World function). My DESCRIPTION file is simply: Title: What the Package Does (One Line, Title Case) Version: 0.0....
G. Ander's user avatar
  • 306
0 votes
0 answers
54 views

Importing external packages in Java

I'm trying to import the jbox2d package with import org.jbox2d.*; to my Java project (not a Maven project). I cloned the jbox2d package with the command - git clone https://github.com/jbox2d/jbox2d. I ...
Umang Lunia's user avatar

15 30 50 per page
1
2 3 4 5
1141