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 answers
Related Questions in CONDA
- Conda CMAKE CXX Compiler error while compiling Pytorch
- Unknown dependency "pin-1" prevents conda installation
- How to transfer all conda environments to new computer
- Python Selenium Chrome Driver version 123.0.6312.86
- Seem to have broken Spyder via Anaconda update (?)
- Pip is searching other requirement file than I wish
- python anaconda conda-pack - environment doesn't exist
- Difference between installing packages with conda and pip
- How to resolve Value Error when building neural network with tensorflow
- Cannot find module after importing
- "FileNotFoundError" for xlwings add installation
- How do I see which versions of packages are compatible with one another
- Pandas problem with DataFrame and Append function
- Pyaudio installed with Conda but not found on Import
- having issues installing libraries using the 'conda' command after installing anaconda
Related Questions in CARTOPY
- Is cartopy projections are computaionally heavy?
- Convert lat,lon,data points to matrix (2D grid) at 0.5 degree resolution in Python
- Map to fit postersize using Cartopy
- How to set x,ylabel in cartopy for WRF output
- My wind barbs using Metpy are not appearing on my plot
- Pyhton get lat and lon data of a cartopy orthographic projection by a MouseClick event
- Size of colorbar for different cartopy projections
- Cartopy set_extent trims edges of circle
- How to calculate coordinates as seen on screen to geographic coordinates (unstagger) coordinates in Cartopy
- Cartopy set_extent error when the extents are too small?
- Xarray DataArray georeferenced plot only displays the contour of the data on the map
- python plot of wrf output does not align with cartopy feature lines
- Contour plot and Cartopy - Geostationary satellite view [Plots, Code,Attempt]
- Cartopy does not draw coastlines when I change projection
- Compose Cartopy projective transformations
Related Questions in MINI-FORGE
- Configuring and building custom Windows x86_64 installer based on miniforge with custom packages/environments
- Why did mamba keep older version of package's files in /pkgs directory upon update to newer version?
- I don't see the environment in VSCode after MiniForge installation
- tensorflow>2.0 unavailable on conda-forge
- Mac M2 PyQt5 "(mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e'))"
- Pipeline_error when installing miniconda through Julia in order to run Jupyter notebook
- Conda mini-forge environment unable to import cartopy package
- Why does using the Metal plugin on my M2 Max with TensorFlow reduce processing times but lower accuracy, and how can I fix it?
- Install conda default_packages through pip
- How to export a conda environment (not the yml file but all the binaries so conda doesn't solve anything)
- How to install miniforge3 to python 3.11.x?
- Resolving duplicate miniforge installs on Mac
- Python dependency management for multiple architectures
- Python 3.7 in Conda env on M1
- Conda SSL certificate error: self signed certificate
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?
Popular Tags
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)