Closed LuisMFC closed 1 year ago
Did you remember to include conda-forge as the channel?
conda install -c conda-forge eqcorrscan
Hi, yes I use:
conda install -c conda-forge eqcorrscan
conda install eqcorrscan
conda install conda-forge eqcorrscan
But maybe the problem is because I use Windows 10 Enterprice LTSC (sorry now I read that I put Win 10 pro) I have installed other packages and had no problems
I will keep trying since the package is hosted
(base) C:\Windows\system32>conda search eqcorrscan
Loading channels: done
eqcorrscan 0.2.4 np111py35_1 conda-forge
eqcorrscan 0.2.4 np111py36_1 conda-forge
eqcorrscan 0.2.4 np112py35_1 conda-forge
eqcorrscan 0.2.4 np112py36_1 conda-forge
..............................................................................................
..............................................................................................
eqcorrscan 0.4.4 py310ha9ca8c9_2 conda-forge
eqcorrscan 0.4.4 py310ha9ca8c9_3 conda-forge
eqcorrscan 0.4.4 py310hbdeb650_0 conda-forge
eqcorrscan 0.4.4 py310hbdeb650_1 conda-forge
eqcorrscan 0.4.4 py37hdb909a5_0 conda-forge
eqcorrscan 0.4.4 py37hdb909a5_1 conda-forge
eqcorrscan 0.4.4 py39h430ef6e_2 conda-forge
eqcorrscan 0.4.4 py39h430ef6e_3 conda-forge
eqcorrscan 0.4.4 py39hb1d0a4c_0 conda-forge
eqcorrscan 0.4.4 py39hb1d0a4c_1 conda-forge
Kia ora @LuisMFC - the error you first posted was because you were missing the "-c
" before conda-forge
. As @d-chambers said, you need to use the command:
conda install -c conda-forge eqcorrscan
As you said that that did not work for you already, could you post the error that comes from that command please, then I can try and find out what is going on.
It also looks like you are installing eqcorrscan into your base conda environment, this is strongly not recommended. You should follow the installation instructions on the website and create an environment first and install into that. It is likely that the issue you are having is stemming from a mismatch between the python version in your base environment (which looks like 3.11) and the builds I have made for EQcorrscan, (which only go up to 3.9 because I haven't had time to keep up with Python updates).
Install EQcorrscan following the instructions on the website:
conda create -n eqcorrscan -c conda-forge eqcorrscan
So as not to extend the topic. CONCLUSION Yes, I can install by doing this: (creating a specific environment for the package)
conda create -n eqcorrscan -c conda-forge eqcorrscan
source activate eqcorrscan
(this works OK)
since I want to use eqcorrscan in the same environment as other packages. No, I can install with just
conda install -c conda-forge eqcorrscan
That is the result if I want to install without creating the specific environment for eqcorrscan
(base) C:\Users\LuisFC>conda install -c conda-forge eqcorrscan
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
ResolvePackageNotFound:
- conda==23.5.2
But I use in the env eqcorrscan
Thaks for all.
You should be able to install EQcorrscan in another environment with other software, but
What do you need help with?
I can't install in minicoda. I search within conda eqcorrscan but it is not available. Thank you. LuisFC
Provide an example so that we can reproduce your problem
1- I try to install ****screen copy*****
**screen end*****
I'm search if it exists within the conda packages
**screen copy*****
*screen end***
What help would you like?
I wish to install eqcorrscan. Know if there is another way to install to use in the Jupyter notebook environment
What is your setup? (please complete the following information):
Operating System: Windows 10 Pro
Python version:
EQcorrscan version:
impossible to know