I'm working on an M1 Mac system- I've created an environment on anaconda with miniforge and since I work with oceanographic data I need to install packages such as Xarray, Cartopy and Parcels. I used the Anaconda-Navigator package manager to install these packages on a separate environment (once with python 3.8 and once with 3.10). I then launched Anaconda Notebooks from the environment- however, on trying to import Cartopy and Parcels, I get the module not found error (note that Xarray does not have this issue) this: A screenshot showing the following error on running the command 'import cartopy.crs as ccrs': ModuleNotFoundError: No module named 'cartopy' Cartopy and Parcels both imported perfectly well when I was using Anaconda-Navigator (minus the latest update) without mini-forge, however, I really need mini-forge to overcome some issues with running Parcels Here is what I've tried to get around this so far: Reinstalling cartopy using the terminal I'd really appreciate any help with this! I'm very new to all of this.
Conda mini-forge environment unable to import cartopy package
85 Views Asked by froog At
0
There are 0 best solutions below
Related Questions in CONDA
- Postgres in Conda Environment (Ubuntu 14.04)
- tox/conda/travis-ci raises ImportError: _PyErr_ReplaceException
- How do I set up a virtual environment with Flask using conda?
- How can I run runsnakerun on Mac OS X inside a conda environment?
- Where is site-packages located in a Conda environment?
- Lifecycle of conda env
- I installed opencv3 with conda, yet I can only import cv2... is this correct?
- awsebcli ImportError no module named 'data_poller' python 3.4.3
- Pycharm doesn't recognize nltk (installed with Anaconda)
- How to install pyperclip to Anaconda?
- Difference between pip freeze and conda list
- Anaconda export Environment file
- Conda: Package missing in current win-64 channels
- Issue with conda update anaconda
- Python 3.6 pip install matplotlib and other libraries failed on Windows 10
Related Questions in CARTOPY
- How to install Cartopy to python-3.5 on linux-32
- Cartopy not finding Proj.4
- Make colorbar legend in Matplotlib/Cartopy
- Trying to draw map of a particular city with Cartopy
- Cartopy: order of rendering layers with scatter data
- Mask cube with features
- How to Embed Cartopy in a Python Tkinter GUI?
- How do I make my colour bar for Cartopy have a specific range set by me?
- pcolormesh is putting out a blank map?
- Value Error; Printing out Blank Map
- Projection Problems when Displaying an Image on a Map with Cartopy
- Issue with tight_layout with matplotlib and cartopy
- Flexible map ticklables with cartopy
- background image interpolation with caryopy
- Coordinate system transformation
Related Questions in MINI-FORGE
- conda conflicts do not make sense when installing graphviz (UnsatisfiableError)
- How to use Mamba Miniforge CLI in VSCode with Windows
- Conda not recognized by terminal, even though it is in PATH
- Snakemake/miniforge: Nothing provides libgcc-ng >=12 needed by freebayes-1.3.6-hbfe0e7f_2
- Conda SSL certificate error: self signed certificate
- Python 3.7 in Conda env on M1
- Confusion about conda distributions/channels on arm processor
- Visual Studio Code - ModuleNotFoundError, different sys.path in terminal and VSCode?
- Optimal installation of tensorflow with M1 Mac native Anaconda 2022.05
- How to put Python virtual environment base back from miniforge to anaconda?
- Use a conda environment activation alias
- ModuleNotFoundError: No module named 'numpy.random.bit_generator' while importing sklearn
- Is there a way to prevent ray.init() from hanging when using Python on Apple silicon (the M1 Max)?
- Conda cannot find package despite package being listed on anaconda.org
- what are the differences among mambaforge, mambaforge-pypy3, miniforge, miniforge-pypy3
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?