Unable to Install Local Package #5162
Labels
locked
[bot] locked due to inactivity
source::anaconda
created by members of Anaconda, Inc.
stale::closed
[bot] closed after being marked as stale
stale
[bot] marked as stale due to inactivity
type::support
neither a bug nor feature, is really just a user having questions or difficulty somewhere
What Happened?
Linked with #5161
When attempting to install a local conda package with
conda install --use-local package-name
I get an error that the specified package can't be found in any channel. I removed some files associated with mypyproject.toml
build process such asMANIFEST.in
and was able to successfully install the conda package afterwards. Including the removed files, uninstalling and installing the package again worked from then on, until just recently.Example Output (Can't reproduce, new error occurring now, see below)
conda install --use-local package-name
I saw that running
conda build purge-all
could fix some conda build issues so I ran it, rebuilt the package and attempted to install the package again and now get the following error. This is occurring after the previous error seemed to resolve itself.conda install --use-local package-name
What Should Have Happened?
The local package should have been installed along with any dependencies and its entry point script. The package installs if a use the full tar ball filename, but it does not install dependencies this way.
Conda Details
conda info
conda config
conda list
Additional Context
My workflow to build and test the package locally is generally as follows:
The text was updated successfully, but these errors were encountered: