Mailman 3 python.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2022
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
February
January
2018
December
November
October
September
August
July
June
May
April
March
February
January
2017
December
November
October
September
August
July
List overview
Download
POT
January 2018
----- 2022 -----
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
----- 2018 -----
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
----- 2017 -----
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
pot@python.org
2 participants
1 discussions
Start a n
N
ew thread
Missing C library dependencies in pip installation?
by Vanessa Ortiz
11 Jan '18
11 Jan '18
Hi, In the past, I have been able to successfully install the POT package using the conda installation tool, but now I'm trying to install the POT package in a cloud environment which doesn't allow me to use that. I tried using "pip install" but it seems to be crashing because the C-library dependencies are missing. Below is the full error message. Has somebody else encountered this problem? Thanks, -Vanessa $ pip install pot Collecting pot Using cached POT-0.4.0.tar.gz Requirement already satisfied: numpy in c:\users\hure7003\appdata\local\continuum\anaconda3\envs\test\lib\site-packages (from pot) Requirement already satisfied: scipy in c:\users\hure7003\appdata\local\continuum\anaconda3\envs\test\lib\site-packages (from pot) Requirement already satisfied: cython in c:\users\hure7003\appdata\local\continuum\anaconda3\envs\test\lib\site-packages (from pot) Requirement already satisfied: matplotlib in c:\users\hure7003\appdata\local\continuum\anaconda3\envs\test\lib\site-packages (from pot) Requirement already satisfied: pytz in c:\users\hure7003\appdata\local\continuum\anaconda3\envs\test\lib\site-packages (from matplotlib->pot) Requirement already satisfied: six>=1.10 in c:\users\hure7003\appdata\local\continuum\anaconda3\envs\test\lib\site-packages (from matplotlib->pot) Requirement already satisfied: cycler>=0.10 in c:\users\hure7003\appdata\local\continuum\anaconda3\envs\test\lib\site-packages (from matplotlib->pot) Requirement already satisfied: python-dateutil>=2.0 in c:\users\hure7003\appdata\local\continuum\anaconda3\envs\test\lib\site-packages (from matplotlib->pot) Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in c:\users\hure7003\appdata\local\continuum\anaconda3\envs\test\lib\site-packages (from matplotlib->pot) Building wheels for collected packages: pot Running setup.py bdist_wheel for pot: started Running setup.py bdist_wheel for pot: finished with status 'error' Complete output from command C:\Users\hure7003\AppData\Local\Continuum\anaconda3\envs\test\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\hure7003\\AppData\\Local\\Temp\\pip-build-z2p__n0c\\pot\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d C:\Users\hure7003\AppData\Local\Temp\tmp4c4tkm0ppip-wheel- --python-tag cp36: running bdist_wheel running build running build_py creating build creating build\lib.win-amd64-3.6 creating build\lib.win-amd64-3.6\ot copying ot\bregman.py -> build\lib.win-amd64-3.6\ot copying ot\da.py -> build\lib.win-amd64-3.6\ot copying ot\datasets.py -> build\lib.win-amd64-3.6\ot copying ot\dr.py -> build\lib.win-amd64-3.6\ot copying ot\gromov.py -> build\lib.win-amd64-3.6\ot copying ot\optim.py -> build\lib.win-amd64-3.6\ot copying ot\plot.py -> build\lib.win-amd64-3.6\ot copying ot\utils.py -> build\lib.win-amd64-3.6\ot copying ot\__init__.py -> build\lib.win-amd64-3.6\ot creating build\lib.win-amd64-3.6\ot\gpu copying ot\gpu\bregman.py -> build\lib.win-amd64-3.6\ot\gpu copying ot\gpu\da.py -> build\lib.win-amd64-3.6\ot\gpu copying ot\gpu\__init__.py -> build\lib.win-amd64-3.6\ot\gpu creating build\lib.win-amd64-3.6\ot\lp copying ot\lp\__init__.py -> build\lib.win-amd64-3.6\ot\lp running build_ext building 'ot.lp.emd_wrap' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools":
http://landinghub.visualstudio.com/visual-cpp-build-tools
---------------------------------------- Failed building wheel for pot Running setup.py clean for pot Failed to build pot Installing collected packages: pot Running setup.py install for pot: started Running setup.py install for pot: finished with status 'error' Complete output from command C:\Users\hure7003\AppData\Local\Continuum\anaconda3\envs\test\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\hure7003\\AppData\\Local\\Temp\\pip-build-z2p__n0c\\pot\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\hure7003\AppData\Local\Temp\pip-p5vhcyge-record\install-record.txt --single-version-externally-managed --compile: running install running build running build_py creating build creating build\lib.win-amd64-3.6 creating build\lib.win-amd64-3.6\ot copying ot\bregman.py -> build\lib.win-amd64-3.6\ot copying ot\da.py -> build\lib.win-amd64-3.6\ot copying ot\datasets.py -> build\lib.win-amd64-3.6\ot copying ot\dr.py -> build\lib.win-amd64-3.6\ot copying ot\gromov.py -> build\lib.win-amd64-3.6\ot copying ot\optim.py -> build\lib.win-amd64-3.6\ot copying ot\plot.py -> build\lib.win-amd64-3.6\ot copying ot\utils.py -> build\lib.win-amd64-3.6\ot copying ot\__init__.py -> build\lib.win-amd64-3.6\ot creating build\lib.win-amd64-3.6\ot\gpu copying ot\gpu\bregman.py -> build\lib.win-amd64-3.6\ot\gpu copying ot\gpu\da.py -> build\lib.win-amd64-3.6\ot\gpu copying ot\gpu\__init__.py -> build\lib.win-amd64-3.6\ot\gpu creating build\lib.win-amd64-3.6\ot\lp copying ot\lp\__init__.py -> build\lib.win-amd64-3.6\ot\lp running build_ext building 'ot.lp.emd_wrap' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools":
http://landinghub.visualstudio.com/visual-cpp-build-tools
---------------------------------------- Command "C:\Users\hure7003\AppData\Local\Continuum\anaconda3\envs\test\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\hure7003\\AppData\\Local\\Temp\\pip-build-z2p__n0c\\pot\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\hure7003\AppData\Local\Temp\pip-p5vhcyge-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\hure7003\AppData\Local\Temp\pip-build-z2p__n0c\pot\ (test)
2
1
0
0
Results per page:
10
25
50
100
200