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][1]
[1]: 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 the last soft link from the answer. 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.
[https://stackoverflow.com/questions/37526026/how-to-install-gi-module-for-anaconda-python3][1]
[1]: 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 the last soft link from the answer. 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.