Git Product home page Git Product logo

Comments (13)

erogluorhan avatar erogluorhan commented on August 20, 2024

Hi @mkorotkin ,

Sorry for the inconvenience you are currently having.

Could you please copy and past the output when you run conda info in your terminal? In addition, it would be also helpful if you can provide what commands you are using to install geocat-comp?

Orhan at GeoCAT

from geocat.

mkorotkin avatar mkorotkin commented on August 20, 2024

Thank you for the quick reply!

 active environment : GEOCAT-COMP
active env location : /opt/anaconda3/envs/GEOCAT-COMP
        shell level : 2
   user config file : /Users/mikhailk/.condarc

populated config files : /Users/mikhailk/.condarc
conda version : 4.8.2
conda-build version : 3.18.11
python version : 3.7.6.final.0
virtual packages : __osx=10.15.7
base environment : /opt/anaconda3 (writable)
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 : /opt/anaconda3/pkgs
/Users/mikhailk/.conda/pkgs
envs directories : /opt/anaconda3/envs
/Users/mikhailk/.conda/envs
platform : osx-64
user-agent : conda/4.8.2 requests/2.22.0 CPython/3.7.6 Darwin/19.6.0 OSX/10.15.7
UID:GID : 501:20
netrc file : None
offline mode : False

from geocat.

erogluorhan avatar erogluorhan commented on August 20, 2024

In addition, it would be also helpful if you can provide what commands you are using to install geocat-comp.

from geocat.

mkorotkin avatar mkorotkin commented on August 20, 2024

Sure.

conda install -c ncar geocat-comp

from geocat.

erogluorhan avatar erogluorhan commented on August 20, 2024

Thanks!

In your current activated environment, could you also run conda list and send me over the output?

While I am looking on that, you may want to update your conda from 4.8.2 to 4.9.2 by running conda update conda and then giving geocat-comp installation another shot.

from geocat.

mkorotkin avatar mkorotkin commented on August 20, 2024

packages in environment at /opt/anaconda3/envs/GEOCAT-COMP:

Name Version Build Channel

ca-certificates 2020.12.8 hecd8cb5_0
certifi 2020.12.5 py36hecd8cb5_0
libcxx 10.0.0 1
libedit 3.1.20191231 h1de35cc_1
libffi 3.3 hb1e8313_2
ncurses 6.2 h0a44026_1
openssl 1.1.1i h9ed2024_0
pip 20.3.3 py36hecd8cb5_0
python 3.6.12 h26836e1_2
readline 8.0 h1de35cc_0
setuptools 51.1.2 py36hecd8cb5_4
sqlite 3.33.0 hffcf06c_0
tk 8.6.10 hb0a8c7a_0
wheel 0.36.2 pyhd3eb1b0_0
xz 5.2.5 h1de35cc_0
zlib 1.2.11 h1de35cc_3

from geocat.

mkorotkin avatar mkorotkin commented on August 20, 2024

Just to let you know I have updated my conda and this did not resolve the issue unfortunately.

from geocat.

erogluorhan avatar erogluorhan commented on August 20, 2024

Ok, thanks! I think I have one suspect in your environment:

Your channel URLs are:
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

Thisi is mostly because you installed Anaconda (instead of smaller miniconda3 that only includes conda package). Please try to add conda-forge channels into your environment. There are several documentations on this online, but I think the following should just work:

conda config --add channels conda-forge

Then see if you have the following channel URLs:

https://conda.anaconda.org/conda-forge/osx-64
https://conda.anaconda.org/conda-forge/noarch

After that, I recommend removing the environment "GEOCAT-COMP" because it might be broken due to errors. Run this:

conda env remove --name GEOCAT-COMP

Finally run the following command to install geocat-comp:

conda create --name geocat-comp python=3.8
conda install geocat-comp geocat-ncomp=0.2 libncomp=0.2 -c ncar

Please let me know if it works.

from geocat.

erogluorhan avatar erogluorhan commented on August 20, 2024

Additionally, if you are planning to use NCAR channel packages frequently, you may also want to add NCAR channel as follows:

conda config --add channels ncar

which help you get rid of typing -c ncar when installing packages from NCAR's conda channel.

from geocat.

mkorotkin avatar mkorotkin commented on August 20, 2024

I've followed the instructions and it's taking a very very long time to attempt to download/install the dependancies.

Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
Examining conflict for pytest-doctestplus pkginfo pydocstyle pyyaml pytest-arraydiff backports navigator-updater pytest-astropy pandocfilters/

It took about 20 minutes to resolve the environment which was unusual.

from geocat.

mkorotkin avatar mkorotkin commented on August 20, 2024

Several hours later and its still examining conflicts. I feel something is wrong here as I've never had this take this long.

from geocat.

mkorotkin avatar mkorotkin commented on August 20, 2024

Update: It has finally finished and has said that there is a conflict with every package and dependency so I'm not sure what's going on at this point.

from geocat.

erogluorhan avatar erogluorhan commented on August 20, 2024

@pilotchute Any ideas on this?

from geocat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.