Matplotlib - Basemap Installation ErrorMatplotlib font_manager.py font finding errorinstall python2.7.3 +...
Why is the 'in' operator throwing an error with a string literal instead of logging false?
Where does SFDX store details about scratch orgs?
How much of data wrangling is a data scientist's job?
Memorizing the Keyboard
How to model explosives?
What about the virus in 12 Monkeys?
Why are electrically insulating heatsinks so rare? Is it just cost?
Anagram holiday
Is it unprofessional to ask if a job posting on GlassDoor is real?
Will google still index a page if I use a $_SESSION variable?
Why doesn't H₄O²⁺ exist?
When a company launches a new product do they "come out" with a new product or do they "come up" with a new product?
What's the point of deactivating Num Lock on login screens?
Should I tell management that I intend to leave due to bad software development practices?
Is it possible to run Internet Explorer on OS X El Capitan?
Doing something right before you need it - expression for this?
Watching something be written to a file live with tail
Modeling an IP Address
What killed these X2 caps?
How can I fix/modify my tub/shower combo so the water comes out of the showerhead?
What reasons are there for a Capitalist to oppose a 100% inheritance tax?
In Romance of the Three Kingdoms why do people still use bamboo sticks when papers are already invented?
Why was the shrinking from 8″ made only to 5.25″ and not smaller (4″ or less)?
Why can't we play rap on piano?
Matplotlib - Basemap Installation Error
Matplotlib font_manager.py font finding errorinstall python2.7.3 + numpy + scipy + matplotlib + scikits.statsmodels + pandas0.7.3 correctlyUnable to install matplotlib on Mac Mountain Lion - “error: command 'gcc' failed with exit status 1”The location of the compiled binaries of matplotlib3D plot with matplotlib from imported dataChanging the boxplot limits using Python, Pandas, and MatPlotLibMatplotlib isn't showing plots even though the code is workingGetting the error “DLL load failed: The specified module could not be found.” while trying to import tensorflow for Windows in Anaconda using PyCharmWhat's the cause of this strange crash behavior related to Python, Anaconda, Matplotlib, MKL, & Jupyter?How to install matplotlib offline?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
Installed basemap via pip
pip3 install --user git+https://github.com/matplotlib/basemap.git
from mpl_tooklits.basemap import Basemap
I get the error module 'pyproj' has no attribute 'pyproj_datadir'
found here https://imgur.com/QauL5NI
Any advice on how to resolve this? I tried going into the pyproj folder and change the init.py from pyproj_datadir
to just datadir
. That led to more errors, so I reversed that. I'd like to not change the source files too much.
python python3 matplotlib
New contributor
add a comment |
Installed basemap via pip
pip3 install --user git+https://github.com/matplotlib/basemap.git
from mpl_tooklits.basemap import Basemap
I get the error module 'pyproj' has no attribute 'pyproj_datadir'
found here https://imgur.com/QauL5NI
Any advice on how to resolve this? I tried going into the pyproj folder and change the init.py from pyproj_datadir
to just datadir
. That led to more errors, so I reversed that. I'd like to not change the source files too much.
python python3 matplotlib
New contributor
add a comment |
Installed basemap via pip
pip3 install --user git+https://github.com/matplotlib/basemap.git
from mpl_tooklits.basemap import Basemap
I get the error module 'pyproj' has no attribute 'pyproj_datadir'
found here https://imgur.com/QauL5NI
Any advice on how to resolve this? I tried going into the pyproj folder and change the init.py from pyproj_datadir
to just datadir
. That led to more errors, so I reversed that. I'd like to not change the source files too much.
python python3 matplotlib
New contributor
Installed basemap via pip
pip3 install --user git+https://github.com/matplotlib/basemap.git
from mpl_tooklits.basemap import Basemap
I get the error module 'pyproj' has no attribute 'pyproj_datadir'
found here https://imgur.com/QauL5NI
Any advice on how to resolve this? I tried going into the pyproj folder and change the init.py from pyproj_datadir
to just datadir
. That led to more errors, so I reversed that. I'd like to not change the source files too much.
python python3 matplotlib
python python3 matplotlib
New contributor
New contributor
New contributor
asked 10 hours ago
Andre FuAndre Fu
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Andre Fu is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421514%2fmatplotlib-basemap-installation-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Andre Fu is a new contributor. Be nice, and check out our Code of Conduct.
Andre Fu is a new contributor. Be nice, and check out our Code of Conduct.
Andre Fu is a new contributor. Be nice, and check out our Code of Conduct.
Andre Fu is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421514%2fmatplotlib-basemap-installation-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown