Import gi module Bash n Windows 10
How can I import module gi in Python 3.6.5 from Anaconda, with Bash on Windows 10? I have tried following this answer:
https://stackoverflow.com/questions/37526026/how-to-install-gi-module-for-anaconda-python3
changing the beginning of the path to
> /mnt/c/Users/SOMEBODY/Anaconda3
I have found Anaconda3 and its files and folders, but I cannot proceed with the last soft link from the answer. (I didn't have to create the first soft link, because the system was announcing that the location already exists.) It couldn't find files/directory further than
> /mnt/c/Users/SOMEBODY/Anaconda3
although I have tried
> /mnt/c/Users/SOMEBODY/Anaconda3/envs
- envs is listed in Anaconda 3.
Here is the messy abstract of /Anaconda3:
> SOMEBODY@LAPTOP-8IDQPNIQ:~$ ls /mnt/c/Users/SOMEBODY/Anaconda3/
DLLs
> LICENSE_PYTHON.txt
Lib
Library
Menu
Scripts
Tools
> api-ms-win-core-processthreads-l1-1-0.dll
> api-ms-win-core-processthreads-l1-1-1.dll
> api-ms-win-core-profile-l1-1-0.dll
> api-ms-win-crt-time-l1-1-0.dll api-ms-win-crt-utility-l1-1-0.dll
> concrt140.dll
conda-meta
condabin
cwp.py
envs
etc
include
libs
man
> msvcp140.dll
msvcp140_1.dll
python.exe
python.pdb
> python3.dll
python37.dll
python37.pdb
pythonw.exe
pythonw.pdb
qt.conf
I have already installed PyGObject using conda
command.
bash windows python3 anaconda
add a comment |
How can I import module gi in Python 3.6.5 from Anaconda, with Bash on Windows 10? I have tried following this answer:
https://stackoverflow.com/questions/37526026/how-to-install-gi-module-for-anaconda-python3
changing the beginning of the path to
> /mnt/c/Users/SOMEBODY/Anaconda3
I have found Anaconda3 and its files and folders, but I cannot proceed with the last soft link from the answer. (I didn't have to create the first soft link, because the system was announcing that the location already exists.) It couldn't find files/directory further than
> /mnt/c/Users/SOMEBODY/Anaconda3
although I have tried
> /mnt/c/Users/SOMEBODY/Anaconda3/envs
- envs is listed in Anaconda 3.
Here is the messy abstract of /Anaconda3:
> SOMEBODY@LAPTOP-8IDQPNIQ:~$ ls /mnt/c/Users/SOMEBODY/Anaconda3/
DLLs
> LICENSE_PYTHON.txt
Lib
Library
Menu
Scripts
Tools
> api-ms-win-core-processthreads-l1-1-0.dll
> api-ms-win-core-processthreads-l1-1-1.dll
> api-ms-win-core-profile-l1-1-0.dll
> api-ms-win-crt-time-l1-1-0.dll api-ms-win-crt-utility-l1-1-0.dll
> concrt140.dll
conda-meta
condabin
cwp.py
envs
etc
include
libs
man
> msvcp140.dll
msvcp140_1.dll
python.exe
python.pdb
> python3.dll
python37.dll
python37.pdb
pythonw.exe
pythonw.pdb
qt.conf
I have already installed PyGObject using conda
command.
bash windows python3 anaconda
You might be not able to create sym(bolic) links aka soft links on a Windows drive (/mnt/c
) but you could use the Linux drive in WSL. @j-money This is not really a Windows question. Ubuntu running using WSL is supported even here on AU.
– Melebius
Feb 6 at 13:47
My mistake! Apologies
– j-money
Feb 6 at 13:51
“I cannot proceed the last soft link from the answer.” Did you succeed with the first soft link? Please edit your question to include the complete command you issued and its output.
– Melebius
Feb 7 at 10:12
Sorry, I had some hardships. I didn't have to create the first soft link, because the system was anouncing that the location already exists.
– fgh
Feb 12 at 8:34
Thank you for the update. However, as I immersed in your problem, I found that you are trying to solve a problem inside Windows using instructions for Linux which might not work. I find especially creating the Linux symlinks to be used on Windows an unreliable way. You should get instructions on how to do it in Windows. If the answers to the linked question don’t help you, start a new question on Stack Overflow, include the link to the original one but specify you are trying it on Windows.
– Melebius
Feb 14 at 11:21
add a comment |
How can I import module gi in Python 3.6.5 from Anaconda, with Bash on Windows 10? I have tried following this answer:
https://stackoverflow.com/questions/37526026/how-to-install-gi-module-for-anaconda-python3
changing the beginning of the path to
> /mnt/c/Users/SOMEBODY/Anaconda3
I have found Anaconda3 and its files and folders, but I cannot proceed with the last soft link from the answer. (I didn't have to create the first soft link, because the system was announcing that the location already exists.) It couldn't find files/directory further than
> /mnt/c/Users/SOMEBODY/Anaconda3
although I have tried
> /mnt/c/Users/SOMEBODY/Anaconda3/envs
- envs is listed in Anaconda 3.
Here is the messy abstract of /Anaconda3:
> SOMEBODY@LAPTOP-8IDQPNIQ:~$ ls /mnt/c/Users/SOMEBODY/Anaconda3/
DLLs
> LICENSE_PYTHON.txt
Lib
Library
Menu
Scripts
Tools
> api-ms-win-core-processthreads-l1-1-0.dll
> api-ms-win-core-processthreads-l1-1-1.dll
> api-ms-win-core-profile-l1-1-0.dll
> api-ms-win-crt-time-l1-1-0.dll api-ms-win-crt-utility-l1-1-0.dll
> concrt140.dll
conda-meta
condabin
cwp.py
envs
etc
include
libs
man
> msvcp140.dll
msvcp140_1.dll
python.exe
python.pdb
> python3.dll
python37.dll
python37.pdb
pythonw.exe
pythonw.pdb
qt.conf
I have already installed PyGObject using conda
command.
bash windows python3 anaconda
How can I import module gi in Python 3.6.5 from Anaconda, with Bash on Windows 10? I have tried following this answer:
https://stackoverflow.com/questions/37526026/how-to-install-gi-module-for-anaconda-python3
changing the beginning of the path to
> /mnt/c/Users/SOMEBODY/Anaconda3
I have found Anaconda3 and its files and folders, but I cannot proceed with the last soft link from the answer. (I didn't have to create the first soft link, because the system was announcing that the location already exists.) It couldn't find files/directory further than
> /mnt/c/Users/SOMEBODY/Anaconda3
although I have tried
> /mnt/c/Users/SOMEBODY/Anaconda3/envs
- envs is listed in Anaconda 3.
Here is the messy abstract of /Anaconda3:
> SOMEBODY@LAPTOP-8IDQPNIQ:~$ ls /mnt/c/Users/SOMEBODY/Anaconda3/
DLLs
> LICENSE_PYTHON.txt
Lib
Library
Menu
Scripts
Tools
> api-ms-win-core-processthreads-l1-1-0.dll
> api-ms-win-core-processthreads-l1-1-1.dll
> api-ms-win-core-profile-l1-1-0.dll
> api-ms-win-crt-time-l1-1-0.dll api-ms-win-crt-utility-l1-1-0.dll
> concrt140.dll
conda-meta
condabin
cwp.py
envs
etc
include
libs
man
> msvcp140.dll
msvcp140_1.dll
python.exe
python.pdb
> python3.dll
python37.dll
python37.pdb
pythonw.exe
pythonw.pdb
qt.conf
I have already installed PyGObject using conda
command.
bash windows python3 anaconda
bash windows python3 anaconda
edited Feb 14 at 11:02
Melebius
5,09552040
5,09552040
asked Feb 6 at 10:57
fghfgh
1
1
You might be not able to create sym(bolic) links aka soft links on a Windows drive (/mnt/c
) but you could use the Linux drive in WSL. @j-money This is not really a Windows question. Ubuntu running using WSL is supported even here on AU.
– Melebius
Feb 6 at 13:47
My mistake! Apologies
– j-money
Feb 6 at 13:51
“I cannot proceed the last soft link from the answer.” Did you succeed with the first soft link? Please edit your question to include the complete command you issued and its output.
– Melebius
Feb 7 at 10:12
Sorry, I had some hardships. I didn't have to create the first soft link, because the system was anouncing that the location already exists.
– fgh
Feb 12 at 8:34
Thank you for the update. However, as I immersed in your problem, I found that you are trying to solve a problem inside Windows using instructions for Linux which might not work. I find especially creating the Linux symlinks to be used on Windows an unreliable way. You should get instructions on how to do it in Windows. If the answers to the linked question don’t help you, start a new question on Stack Overflow, include the link to the original one but specify you are trying it on Windows.
– Melebius
Feb 14 at 11:21
add a comment |
You might be not able to create sym(bolic) links aka soft links on a Windows drive (/mnt/c
) but you could use the Linux drive in WSL. @j-money This is not really a Windows question. Ubuntu running using WSL is supported even here on AU.
– Melebius
Feb 6 at 13:47
My mistake! Apologies
– j-money
Feb 6 at 13:51
“I cannot proceed the last soft link from the answer.” Did you succeed with the first soft link? Please edit your question to include the complete command you issued and its output.
– Melebius
Feb 7 at 10:12
Sorry, I had some hardships. I didn't have to create the first soft link, because the system was anouncing that the location already exists.
– fgh
Feb 12 at 8:34
Thank you for the update. However, as I immersed in your problem, I found that you are trying to solve a problem inside Windows using instructions for Linux which might not work. I find especially creating the Linux symlinks to be used on Windows an unreliable way. You should get instructions on how to do it in Windows. If the answers to the linked question don’t help you, start a new question on Stack Overflow, include the link to the original one but specify you are trying it on Windows.
– Melebius
Feb 14 at 11:21
You might be not able to create sym(bolic) links aka soft links on a Windows drive (
/mnt/c
) but you could use the Linux drive in WSL. @j-money This is not really a Windows question. Ubuntu running using WSL is supported even here on AU.– Melebius
Feb 6 at 13:47
You might be not able to create sym(bolic) links aka soft links on a Windows drive (
/mnt/c
) but you could use the Linux drive in WSL. @j-money This is not really a Windows question. Ubuntu running using WSL is supported even here on AU.– Melebius
Feb 6 at 13:47
My mistake! Apologies
– j-money
Feb 6 at 13:51
My mistake! Apologies
– j-money
Feb 6 at 13:51
“I cannot proceed the last soft link from the answer.” Did you succeed with the first soft link? Please edit your question to include the complete command you issued and its output.
– Melebius
Feb 7 at 10:12
“I cannot proceed the last soft link from the answer.” Did you succeed with the first soft link? Please edit your question to include the complete command you issued and its output.
– Melebius
Feb 7 at 10:12
Sorry, I had some hardships. I didn't have to create the first soft link, because the system was anouncing that the location already exists.
– fgh
Feb 12 at 8:34
Sorry, I had some hardships. I didn't have to create the first soft link, because the system was anouncing that the location already exists.
– fgh
Feb 12 at 8:34
Thank you for the update. However, as I immersed in your problem, I found that you are trying to solve a problem inside Windows using instructions for Linux which might not work. I find especially creating the Linux symlinks to be used on Windows an unreliable way. You should get instructions on how to do it in Windows. If the answers to the linked question don’t help you, start a new question on Stack Overflow, include the link to the original one but specify you are trying it on Windows.
– Melebius
Feb 14 at 11:21
Thank you for the update. However, as I immersed in your problem, I found that you are trying to solve a problem inside Windows using instructions for Linux which might not work. I find especially creating the Linux symlinks to be used on Windows an unreliable way. You should get instructions on how to do it in Windows. If the answers to the linked question don’t help you, start a new question on Stack Overflow, include the link to the original one but specify you are trying it on Windows.
– Melebius
Feb 14 at 11:21
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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
});
}
});
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%2faskubuntu.com%2fquestions%2f1116072%2fimport-gi-module-bash-n-windows-10%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 Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1116072%2fimport-gi-module-bash-n-windows-10%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
You might be not able to create sym(bolic) links aka soft links on a Windows drive (
/mnt/c
) but you could use the Linux drive in WSL. @j-money This is not really a Windows question. Ubuntu running using WSL is supported even here on AU.– Melebius
Feb 6 at 13:47
My mistake! Apologies
– j-money
Feb 6 at 13:51
“I cannot proceed the last soft link from the answer.” Did you succeed with the first soft link? Please edit your question to include the complete command you issued and its output.
– Melebius
Feb 7 at 10:12
Sorry, I had some hardships. I didn't have to create the first soft link, because the system was anouncing that the location already exists.
– fgh
Feb 12 at 8:34
Thank you for the update. However, as I immersed in your problem, I found that you are trying to solve a problem inside Windows using instructions for Linux which might not work. I find especially creating the Linux symlinks to be used on Windows an unreliable way. You should get instructions on how to do it in Windows. If the answers to the linked question don’t help you, start a new question on Stack Overflow, include the link to the original one but specify you are trying it on Windows.
– Melebius
Feb 14 at 11:21