Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI (appveyor) fails, update configs #1

Closed
Borda opened this issue Jan 22, 2017 · 4 comments · Fixed by #9
Closed

CI (appveyor) fails, update configs #1

Borda opened this issue Jan 22, 2017 · 4 comments · Fixed by #9
Labels

Comments

@Borda
Copy link
Owner

Borda commented Jan 22, 2017

Some difficulty with building the code on travis and appveyor, correct configuration needed

  • travis
OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/numpy-1.12.0.dist-info'
The command "pip install -r requirements.txt" failed and exited with 2 during .
  • appveyor
make download
'make' is not recognized as an internal or external command, operable program or batch file.
Command exited with code 1
@Borda Borda changed the title CI fails CI (travis, appveyor) fails, update configs Jan 22, 2017
@Borda Borda added the bug label Feb 12, 2017
@Borda
Copy link
Owner Author

Borda commented Jul 6, 2017

Travis solved by see 7af7838

@Borda
Copy link
Owner Author

Borda commented Jul 8, 2017

C:\Users\appveyor\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:gco_source /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /EXPORT:initlibcgco build\temp.win32-2.7\Release\gco_source\LinkedBlockList.obj build\temp.win32-2.7\Release\gco_source\graph.obj build\temp.win32-2.7\Release\gco_source\maxflow.obj build\temp.win32-2.7\Release\gco_source\GCoptimization.obj build\temp.win32-2.7\Release\cgco.obj /OUT:C:\projects\pygco\libcgco.pyd /IMPLIB:build\temp.win32-2.7\Release\gco_source\libcgco.lib /MANIFESTFILE:build\temp.win32-2.7\Release\gco_source\libcgco.pyd.manifest
LINK : error LNK2001: unresolved external symbol initlibcgco
build\temp.win32-2.7\Release\gco_source\libcgco.lib : fatal error LNK1120: 1 unresolved externals
error: command 'C:\\Users\\appveyor\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\link.exe' failed with exit status 1120

@Borda
Copy link
Owner Author

Borda commented Oct 18, 2017

see fix for Windoes

@Borda Borda mentioned this issue Aug 12, 2018
@Borda Borda changed the title CI (travis, appveyor) fails, update configs CI (appveyor) fails, update configs Apr 10, 2019
@Borda Borda closed this as completed in #9 Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant