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

Filter by
Sorted by
Tagged with
-1 votes
0 answers
11 views

npm install failed in expo react native project on MacOs M1

I was trying to install a package in expo React Native project without success. I then tried running npm install and expo upgrade. Unfortunately, npm install failed with following error message: npm ...
Bello Shehu's user avatar
-2 votes
1 answer
32 views

problem activating virtual env inside project folder using poetry: cannot deactivate current virtual env

I have a global virtual env (my_env) and have been developing all my projects in it. Now I have developed a new project, also in my_env, and I want to use poetry to create a new, project-specific env ...
Goli's user avatar
  • 3
1 vote
0 answers
34 views

Is it safe to use "conflicted" instead of fully qualifying namespaces for package development in R?

The usual advice, when developing R packages, is to always fully qualify package dependencies, rather than importing the namespace. https://r-pkgs.org/dependencies-mindset-background.html#sec-...
Chechy Levas's user avatar
  • 2,288
0 votes
1 answer
21 views

Difference between aws-cdk and aws-cdk-lib packages

In the package.json of my application I see two different packages named aws-cdk and aws-cdk-lib. What is the difference between both of them?
Rama Rahul's user avatar
2 votes
0 answers
21 views

Get the name of the current python distribution (name field in pyproject.toml)

I am getting the version of my package using this code: import importlib.metadata importlib.metadata.version("mypackage") As documented in this question I would like to avoid hardcoding &...
sixtyfootersdude's user avatar
-1 votes
0 answers
15 views

"Exception: Codec failed to produce an image, possibly due to invalid image data" When using cached_network_image package

Image not loading and giving the error in the title It only seems to be happening with larger images, anything below 2MB is loading as intended without any errors. And the large image is loading fine ...
Samnan's user avatar
  • 9
1 vote
0 answers
29 views

Is there an option in vite.config.ts to include all types in index.d.ts when building with Vite bundler?

I published a custom hook package using Vite bundler, but in the dist folder, the index.d.ts does not contain type declarations for functions, causing errors when trying to import types. The file ...
sukki Kwon's user avatar
0 votes
1 answer
36 views

"Operation not permitted" when trying to compile code in Databricks

I am trying to compile my code in Databricks using the following code: import subprocess process = subprocess.Popen(["python", "setup.py", "bdist_wheel"], ...
Iqram Choudhury's user avatar
0 votes
0 answers
28 views

Python: Issue with installing Zebra Scanner package on Debian

i am trying to install this on a debian system (Debian GNU/Linux 12 (bookworm)) the newest version of this zebra scanner project is from Aug 2021 i have issues with the installation of the zebra-...
Wilhelm Poigner's user avatar
0 votes
1 answer
25 views

Julia Pkg.build not recompiling package

I downloaded a package from github and made some small changes to the source code. After saving the source code, I run the following in my terminal >julia >using Pkg >Pkg.build("package&...
WaterDrop's user avatar
  • 147
0 votes
1 answer
21 views

need solve"from Package1" "import Module2 error

Hello guys when I try to import modules from packages that isn't working this always told me this error message: no module named: 'Package1' Looking at my project structure there is no uncorrectly ...
Keven Boudreau's user avatar
0 votes
1 answer
32 views

Need to send csv stored in UTL_FILE directory using UTL_SMTP

I have this code that makes a csv with the alters in the dba_audit_object: CREATE OR REPLACE PROCEDURE generate_audit_csv AS v_output_dir VARCHAR2(4000) := 'UTL_FILE_DIR'; -- Utilizamos el nombre ...
Opal R's user avatar
  • 25
0 votes
1 answer
35 views

I am getting error that dbus package is not installed in virtual env

I am using virtual env to run my program, but it show this error every time I run my code: UserWarning: The Python dbus package is not installed. Try installing it with your distribution's package ...
MRKC's user avatar
  • 3
0 votes
0 answers
19 views

Conda having difficult time installing packages on Linux with Miniforge3

Here is the text below, I'm not sure what I did wrong. Conda Version 24.5.0 Device: BeagleyAI using Debian as OS > \`Channels: > conda-forge > defaults > Platform: linux-aarch64 > ...
RisingStar's user avatar
0 votes
0 answers
9 views

Install cyvfleat (Python)

I am trying to use the file https://www.di.ens.fr/willow/teaching/recvis_orig/assignment1/install_cyvlfeat.py to install cyvlfeat (because I need functions available in this version of cyvfleat but ...
JackEight's user avatar
  • 113
0 votes
1 answer
43 views

How do I document complex function parameters in my own R package?

I am currently transforming my big R-Project into a package and I am trying to document it properly with enough examples and tests. Some of my functions use parameters that are of a complex type like ...
Kiek's user avatar
  • 25
0 votes
0 answers
18 views

I have issues to install the viennaRNA package to be use on python

I am trying to use the package viennaRNA in python but I have an issue installing it. I am getting this error message: C:\Users\marvi>py -m pip install viennarna Collecting viennarna Using cached ...
Marvin's user avatar
  • 1
-1 votes
1 answer
53 views

Why can't my class be run after declaring package and be found by another class in the same package/folder?

I am having problems understanding how packages work. Not using any IDE. I have the following folder structure: ~/dropbox/api/data Inside the data folder, there are (only) Producer.java, Consumer.java....
limestreetlab's user avatar
0 votes
0 answers
29 views

Can't install rocksdict on Raspberry Pi 4 server (buster aarch64)

I had installed Python 3.9.1 for a specific user and tried to install rocksdict in a virtual environment. However, I am getting the following error message: $ python3 -m pip install rocksdict ...
Claus Neumayer's user avatar
-1 votes
0 answers
33 views

error: package org.knowm.chart does not exist

I need to import xchart into Visual Studio Code for a project. I've configured the classpath, modified the settings.json file, and also added the .jar files to Referenced Libraries, but I'm still ...
exiturnor's user avatar
0 votes
1 answer
16 views

Svelte subscribe to changes using github.com/joshnuss/svelte-local-storage-store

I am quite new to Svelte coming from an IOS background. I am currently trying to build a fairly simple application and am going around in circles trying to get my values to auto update when they are ...
Yiags1978's user avatar
0 votes
1 answer
18 views

After adding IronPython through NuGet in Jetbrains Rider and launching Unity package cannot be seen neither by Unity nor by Rider

I added IronPython package trough NuGet in Rider. Everything worked fine, however after launching Unity .csproj changes and packages are removed from there. So compile errors appear. How to add ...
nosokvkokose's user avatar
1 vote
0 answers
18 views

Run mgcv package in python via rpy2

I am trying to create a python package to run mgcv in R, to replace the functionality of pyGAM. I want to start with the r command gam(), and need to use rpy2 to transfer data from R. I don't know how ...
Yifan Wang's user avatar
0 votes
0 answers
16 views

ADB Uninstall failed - Delete_failed_internal_error [duplicate]

I recently buy a new phone and I want to reinstall an app but I've the message "the application was not installed because the package conflicts with a package already present" I can list all ...
Fiona's user avatar
  • 1
0 votes
0 answers
31 views

Delphi 12 isapi dll loading runtime package memory leak detection

I have a Delphi ISAPI DLL application that loads my actual web applications as package (BPL) files at runtime. I’d like to report memory leaks in my packages when the ISAPI DLL unloads. However I don’...
Steve Kramer's user avatar
0 votes
1 answer
43 views

Building wix bundle overwrites package

Overview: I am making an installer for a web app build on asp.net 8. I started with just doing an msi installer (Package) with a custom UI. I then wanted to also include the installers for the dotnet ...
Temeos's user avatar
  • 46
0 votes
0 answers
25 views

How to use cicflowmeter python package

Can anyone please guide me how can I use cicflowmeter python package to convert from pcap packets into csv not from shell promt, but from python code. Like I want to comvert packets through notebook(...
Nehal Ahmed's user avatar
0 votes
0 answers
20 views

I am trying to transpile code using the Abaplint's transpiler-CLI package. I am unable to identify and extract the transpiled code after running it

Everytime, despite running the code with a target directory, the code in image below creates a new output directory with a huge number of files and it becomes impossible to find the transpiled code ...
Sarthak Kakkar's user avatar
0 votes
0 answers
22 views

How to get an overlying 1-surv curve on the competing risk outcome graph (Cumulative Incidence) graph

I'm completely new to Survival in R. I'm performing Competing risk outcome analysis(Cumulative Incidence). I used cmprsk package for this. Now, I would like to overlay the reference category or ...
kBhavana's user avatar
0 votes
0 answers
41 views

How to include c++ redistributable package to installer file in c#

In my c# application, I want to include c++ redistributable packages. When application is installed, these packages should also be installed. I tried to include them in Installer prerequisites the ...
Sindhu N's user avatar
0 votes
2 answers
31 views

How to manage npm packages in my repository

I wanted to make a discord bot so I used npm for the first time, I created a package file and installed discord.js but now I have 3000 files that i could sync in my repository, it seems like a stupid ...
Brodino96's user avatar
1 vote
0 answers
64 views

Using/Installing Downloaded Julia Packages Without Github Access

We're looking to use a Julia (v1.10) program at work, but IT blocks Github on our network. We got them to download the source code and (several dozen) dependencies themselves from Github in package ...
josh_s7's user avatar
  • 11
0 votes
0 answers
15 views

TestCafe > TypeScript> ReferenceError: aut_fe_e2e_core_1 is not defined" How to fix this

TestCafe > TypeScript> while execution got below error " An error occurred in ClientFunction code: ReferenceError: aut_fe_e2e_core_1 is not defined" seems this is a package error how ...
Anjaly Govindan's user avatar
0 votes
0 answers
15 views

GammaMaP package symbolic output

I'm new in Mathematica and I've just installed the GammaMaP package. The problem is that I'm not getting the a symbolic output like in the documentation, for example, if I create a cell with the code ...
Davizon's user avatar
-1 votes
1 answer
24 views

I want to install python pack with pip but shows 'proxyerror'

I use python 3.9. I print, pip install mysql-connector-python When i want to install mysql-connector-python pack with pip, it doesn't work and shows me, 'proxyerror Can not connect to proxy'. I ...
Zana's user avatar
  • 1
1 vote
1 answer
52 views

pandoc installation on gitlab-ci.yaml for converting text to pdf files (Automation)

I am using Gitlab as CI/CD tool. Here I want to get all the .java files from various repositories and find the .java files & convert to pdf file. I have written a pipeline stage to convert to pdf ...
saranya dec19's user avatar
0 votes
1 answer
30 views

How to get resources from modules in android?

I have the main package "app" and module: "theme". How can I get resources from the module (R.drawable....)? settings.gradle have include ':theme' and app build.gradle: ...
Slava's user avatar
  • 627
-3 votes
0 answers
21 views

how can I solve the problem of not downloading with "pip"? [duplicate]

Hello to every programmer. I have a serious problem which is when I come to install some packages using the "pip" command it shows this answer. 'pip' is not recognized as an internal or ...
AMOMMED's user avatar
0 votes
0 answers
21 views

flutter_tts package not working on Android 14 with Tamil language

I am working on a Flutter project and using the flutter_tts package for text-to-speech functionality. My app includes Tamil words, and the TTS feature works fine on devices with Android versions below ...
Kamali's user avatar
  • 1
1 vote
1 answer
39 views

Error in Creating User Defined package in Java

I am new to Java and recently learnt about creating user defined packages to be later imported and used in projects . I created my own package but when I entered package at the top of my file , it ...
Sidaqpreet Singh's user avatar
1 vote
0 answers
22 views

Best way to package a Python CLI outside of its associated library

I'm packaging a library and a CLI associated to it. I'm using flit The library makes use of long-to-import dependencies (numpy, torch and whatnot), so I would like to split the CLI part so that it ...
Gabriel Belouze's user avatar
0 votes
0 answers
12 views

How to uninstall partially installed package with poetry?

I tried installing a package with poetry for the first time. It worked on a machine and failed on another because the hardware is not compatible with TensorFlow. I should have installed in a virtual ...
emonigma's user avatar
  • 4,156
0 votes
1 answer
65 views

Upgrade Error && Thegetter 'subtitle2' isn't defined for the class 'TextTheme' || Member not found: 'MediaQuery.boldTextOverride'. material theme

Upgrade Flutter to the latest version but got this issue. try to delete the Android folder and then recreate it with the help of the flutter create . command but this issue is still not solved. also, ...
sonalika's user avatar
  • 175
1 vote
0 answers
53 views

How can I structure my Python package/submodules so I do not get a circular import error?

Before marking as duplicate to this one, please look at the details of my layout. I've gone through and this question does not address my issue and I haven't been able to adapt the answer: ...
O.rka's user avatar
  • 30.5k
0 votes
0 answers
11 views

import web3 from Web3

Anyone know how to get rid of this error when installing the web3 package using Windows? Microsoft build tools are up to date. error: subprocess-exited-with-error × python setup.py bdist_wheel did ...
Safiyah 's user avatar
0 votes
1 answer
43 views

R package [tinytable] adjust in-table image size

I am very excited about the features of the R package tinytable but I did not find a solution yet to adjust the image size if rendering my quarto document to word. The problem can e.g. be reproduced ...
Swarley's user avatar
0 votes
1 answer
30 views

when I try to install (edgeR) by Bioconductor, having problems with "'getOption("repos")' replaces Bioconductor standard repositories

I am using this to install edgeR package- BiocManager::install("edgeR") it is showing 'getOption("repos")' replaces Bioconductor standard repositories, see 'help("...
user24197201's user avatar
0 votes
0 answers
33 views

Virtual repository returns 404 error while fetching for file for the first time [it checks remote repo first instead of local one]

I have weird situation while working with my virtual repo. It happens during my github workflow execution, but I tested it also locally and got same behavior. Let's start from artifactory, so I use ...
KrisMaister's user avatar
0 votes
0 answers
56 views

Failed to precompile - Julia

I'm working with a special package in Julia (That a colleague created), but I keep getting this error when I try loading everything up: ERROR: LoadError: InitError: could not load library "C:\...
rudinable's user avatar
0 votes
0 answers
28 views

Node error while running npx create next app

I am trying to create a next project using npx but i am getting an error npm error code ENOENT npm error syscall lstat npm error path C:\Users\LENOVO\AppData\Roaming\npm npm error errno -4058 npm ...
AGBOR PIUS ALOR's user avatar

1
2 3 4 5
342