-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
locked[bot] locked due to inactivity[bot] locked due to inactivityseverity::4low; functionality is inconvenientlow; functionality is inconvenientsource::anacondacreated by members of Anaconda, Inc.created by members of Anaconda, Inc.type::bugdescribes erroneous operation, use severity::* to classify the typedescribes erroneous operation, use severity::* to classify the type
Milestone
Description
Checklist
- I added a descriptive title
- I searched for other issues and couldn't find a solution or duplication
- I looked at the README.md and didn't see anything to help
What happened?
Running this command:
conda create -c pyviz/label/dev -c conda-forge --override-channels -n myenv python=3.8 lumen --experimental-solver=libmamba
would install a very old version of Panel - 0.1.0a14
that is 3 years old - while the same command without the experimental solver would install the latest version - 0.14.0a2
.
Conda info
active environment : base
active env location : /Users/mliquet/miniconda3
shell level : 1
user config file : /Users/mliquet/.condarc
populated config files : /Users/mliquet/.condarc
conda version : 4.13.0
conda-build version : not installed
python version : 3.9.5.final.0
virtual packages : __osx=10.16=0
__unix=0=0
__archspec=1=x86_64
base environment : /Users/mliquet/miniconda3 (writable)
conda av data dir : /Users/mliquet/miniconda3/etc/conda
conda av metadata url : None
channel URLs : https://repo.anaconda.com/pkgs/main/osx-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/osx-64
https://repo.anaconda.com/pkgs/r/noarch
package cache : /Users/mliquet/miniconda3/pkgs
/Users/mliquet/.conda/pkgs
envs directories : /Users/mliquet/miniconda3/envs
/Users/mliquet/.conda/envs
platform : osx-64
user-agent : conda/4.13.0 requests/2.27.1 CPython/3.9.5 Darwin/21.4.0 OSX/10.16
UID:GID : 502:20
netrc file : None
offline mode : False
Conda config
==> /Users/mliquet/.condarc <==
auto_activate_base: False
channel_priority: disabled
always_yes: False
Conda list
No response
Log file & additional context
No response
davidandreoletti
Metadata
Metadata
Assignees
Labels
locked[bot] locked due to inactivity[bot] locked due to inactivityseverity::4low; functionality is inconvenientlow; functionality is inconvenientsource::anacondacreated by members of Anaconda, Inc.created by members of Anaconda, Inc.type::bugdescribes erroneous operation, use severity::* to classify the typedescribes erroneous operation, use severity::* to classify the type
Type
Projects
Status
🏁 Done