Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PythonAPI 3.9.4 MacOSx86 dependency conflict #3687

Open
sgpearse opened this issue Nov 21, 2024 · 1 comment
Open

PythonAPI 3.9.4 MacOSx86 dependency conflict #3687

sgpearse opened this issue Nov 21, 2024 · 1 comment
Labels

Comments

@sgpearse
Copy link
Collaborator

(3.9.4) cisl-acworth:~ test$ conda install -c file:///Users/test/channel vapor
Channels:                                                                                                                                                                                                   
 - file:///Users/test/channel                                                                                                                                                                               
 - conda-forge                                                                                                                                                                                              
 - ncar-vapor                                                                                                                                                                                               
 - defaults                                                                                                                                                                                                 
Platform: osx-64                                                                                                                                                                                            
Collecting package metadata (repodata.json): done                                                                                                                                                           
Solving environment: \ warning  libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE                                                                                                         
failed                                                                                                                                                                                                      
                                                                                                                                                                                                            
LibMambaUnsatisfiableError: Encountered problems while solving:                                                                                                                                             
  - package vapor-3.9.4-ha5a8b8e_0 requires python 3.9.*, but none of the providers can be installed                                                                                                        
                                                                                                                                                                                                            
Could not solve for environment specs                                                                                                                                                                       
The following packages are incompatible                                                                                                                                                                     
├─ pin-1 is installable and it requires                                                                                                                                                                     
│  └─ python 3.12.* , which can be installed;                                                                                                                                                               
└─ vapor is not installable because it requires                                                                                                                                                             
   └─ python 3.9.* , which conflicts with any installable versions previously reported.
@sgpearse sgpearse added the Bug label Nov 21, 2024
@sgpearse
Copy link
Collaborator Author

To reproduce:

  1. Download the osx-64 installer from this google shared drive
  2. place it in ~/channels/osx-64 (Remove all contents beforehand if you've used this channel before)
conda create -n issue3687
conda activate issue3687
conda install conda-build
conda index ~/channel
conda install -c file://Users/<username>/channel vapor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant