Skip to main content

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).

package
-1 votes
0 answers
5 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
51 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
  • 304
0 votes
0 answers
44 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
0 votes
0 answers
10 views

How to remove package with dependencies in APT? [closed]

I install package libasound2-plugin-equal and it pulls also caps. I remove package libasound2-plugin-equal, but it does not remove caps. root@devuan:~# apt install libasound2-plugin-equal Reading ...
youni's user avatar
  • 7
0 votes
1 answer
18 views

Install peer dependencies in lib automatically on the client side

I am developing a React package/library and have compiled it using Rollup. The package includes several components that need to be used in an Angular app. I've specified a few packages as ...
Salz khan's user avatar
0 votes
0 answers
21 views

Java Package can't import mypack.*

I have 2 java files in mypack that have package mypack; i have a third java file that tries to import them when i use import mypack.*; it doesnt work when i use import mypack.Package1; import mypack....
NimbusDev57's user avatar
0 votes
0 answers
25 views

Error: Failed to install 'unknown package' from GitHub, "bad credentials"

I'm having problems with installing the package gpinter. When I try to install it by: remotes::install_github("thomasblanchet/gpinter") The following error appears: Using github PAT from ...
bixiou's user avatar
  • 130
-1 votes
1 answer
37 views

Composer is not updating the dependencies, complaining about package names

I'm currently trying to update the MediaWiki. My current MW version: 1.27.0 Version I want to update to: 1.35.0 PHP: 7.0.3 OS: Ubuntu 24.04 When I'm trying to run composer update or composer install, ...
Dixit Dominus's user avatar
-1 votes
0 answers
22 views

Failed building wheel for lz4 [duplicate]

× Building wheel for lz4 (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [21 lines of output] WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml ...
fast_Turtle's user avatar
1 vote
1 answer
43 views

pytest import errors - module not found

I have this directory structure: app/ pyproject.toml src/ app/ __init__.py app.py functions1.py functions2.py tests/ ...
Tim Kirkwood's user avatar
1 vote
0 answers
17 views

How to Capture and Handle Zero-Length TCP ACK Packets in Go?

I am working on a TCP file streaming server written in Go that communicates with an ESP32 microcontroller. The ESP32 sends TCP packets, including ACK packets with zero-length bodies but containing ...
Никита Танцура's user avatar
0 votes
0 answers
7 views

Building Apache Zeppelin 0.11.1 without all interpreters

I'm trying to build tar.gz package of the Apache Zeppelin, version 0.11.1, with very minimal modules but when I check in the package I see all interpreters added and this makes tar.gz very fat. My ...
mixermt's user avatar
  • 383
0 votes
1 answer
35 views

Unable to install numpy through terminal using pip

I'm trying to install the python package numpy with no luck. I'm using pip install numpy in the terminal, but it returns the following error message: WARNING: Retrying (Retry(total=0, connect=None, ...
asrnpr666's user avatar
0 votes
0 answers
28 views

Scala can't find imported file from same directory

I'm fairly new to scala, having troubles compiling my code. So I have a project structure like this topdir/ com/ name/ final/ file1.scala file2.scala Both files are in the same package ...
NeverSayEver's user avatar
-3 votes
0 answers
16 views

My linux fedora cant update in snap store and I use `sudo dnf update -y` it's not work [closed]

enter image description here help me pls enter image description here help me pls The image shows an error message encountered during a package update or installation process on a Fedora 40 ...
AndyAnh174's user avatar

15 30 50 per page
1
2 3 4 5
1141