Profile FileNotFoundError: [WinError 2] Unicorn Meta Zoo #1: Why another podcast? ...
Map material from china not allowed to leave the country
SQL Query not selecting all points that it should?
"My boss was furious with me and I have been fired" vs. "My boss was furious with me and I was fired"
What do you call the part of a novel that is not dialog?
What *exactly* is electrical current, voltage, and resistance?
AI positioning circles within an arc at equal distances and heights
What is it called when you ride around on your front wheel?
Is Bran literally the world's memory?
What is the ongoing value of the Kanban board to the developers as opposed to management
What's parked in Mil Moscow helicopter plant?
Multiple options vs single option UI
Suing a Police Officer Instead of the Police Department
What is the term for a person whose job is to place products on shelves in stores?
Has a Nobel Peace laureate ever been accused of war crimes?
Multiple fireplaces in an apartment building?
Is Electric Central Heating worth it if using Solar Panels?
What's the difference between using dependency injection with a container and using a service locator?
What is this word supposed to be?
Would reducing the reference voltage of an ADC have any effect on accuracy?
Why didn't the Space Shuttle bounce back into space many times as possible so that it loose lot of kinetic energy over there?
Why did Israel vote against lifting the American embargo on Cuba?
Why is an operator the quantum mechanical analogue of an observable?
Is this homebrew racial feat, Stonehide, balanced?
Where did Arya get these scars?
Profile FileNotFoundError: [WinError 2]
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar Manara
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I've been working with ArcGIS module in python trying to connect to the portal in an intelligent manner.
I tried to create a profile so that I wouldn't have to leave my username and password to the portal in my script, like so,
from arcgis.gis import GIS
gis = GIS(
url = r"extremelyvalidportal", username = "username",
password = "password", profile = "AAAAAAH")
and I got this screen
Warning: profiles in C:UsersME/.arcgisprofile appear to be in the <v1.3 format, and must be deleted before continuing. Delete? [y/n]
When I typed "n" it exited. When I typed "y" the file was not found. I looked for this file manually and could not find it. I attempted to create this file and failed to do that.
This is the error message I got when typing y,
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'C:\Users\ME/.arcgisprofile'
Why is this happening? I'm looking for an explanation, not a solution.
arcgis-python-api
add a comment |
I've been working with ArcGIS module in python trying to connect to the portal in an intelligent manner.
I tried to create a profile so that I wouldn't have to leave my username and password to the portal in my script, like so,
from arcgis.gis import GIS
gis = GIS(
url = r"extremelyvalidportal", username = "username",
password = "password", profile = "AAAAAAH")
and I got this screen
Warning: profiles in C:UsersME/.arcgisprofile appear to be in the <v1.3 format, and must be deleted before continuing. Delete? [y/n]
When I typed "n" it exited. When I typed "y" the file was not found. I looked for this file manually and could not find it. I attempted to create this file and failed to do that.
This is the error message I got when typing y,
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'C:\Users\ME/.arcgisprofile'
Why is this happening? I'm looking for an explanation, not a solution.
arcgis-python-api
add a comment |
I've been working with ArcGIS module in python trying to connect to the portal in an intelligent manner.
I tried to create a profile so that I wouldn't have to leave my username and password to the portal in my script, like so,
from arcgis.gis import GIS
gis = GIS(
url = r"extremelyvalidportal", username = "username",
password = "password", profile = "AAAAAAH")
and I got this screen
Warning: profiles in C:UsersME/.arcgisprofile appear to be in the <v1.3 format, and must be deleted before continuing. Delete? [y/n]
When I typed "n" it exited. When I typed "y" the file was not found. I looked for this file manually and could not find it. I attempted to create this file and failed to do that.
This is the error message I got when typing y,
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'C:\Users\ME/.arcgisprofile'
Why is this happening? I'm looking for an explanation, not a solution.
arcgis-python-api
I've been working with ArcGIS module in python trying to connect to the portal in an intelligent manner.
I tried to create a profile so that I wouldn't have to leave my username and password to the portal in my script, like so,
from arcgis.gis import GIS
gis = GIS(
url = r"extremelyvalidportal", username = "username",
password = "password", profile = "AAAAAAH")
and I got this screen
Warning: profiles in C:UsersME/.arcgisprofile appear to be in the <v1.3 format, and must be deleted before continuing. Delete? [y/n]
When I typed "n" it exited. When I typed "y" the file was not found. I looked for this file manually and could not find it. I attempted to create this file and failed to do that.
This is the error message I got when typing y,
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'C:\Users\ME/.arcgisprofile'
Why is this happening? I'm looking for an explanation, not a solution.
arcgis-python-api
arcgis-python-api
edited 28 mins ago
Steve
asked Sep 10 '18 at 19:33
SteveSteve
15210
15210
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "79"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
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%2fgis.stackexchange.com%2fquestions%2f295474%2fprofile-filenotfounderror-winerror-2%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
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- 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%2fgis.stackexchange.com%2fquestions%2f295474%2fprofile-filenotfounderror-winerror-2%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