Skip to content

Conversation

@robertodr
Copy link
Contributor

@robertodr robertodr commented Apr 14, 2020

Currently fails during testing of the Python interface. Not sure how to fix it.

UPDATE
As per later comment, I still don't know how to fix it. But I am pretty sure it's some weird quirk in Azure...

Todos

  • Developer Interest
  • Add Azure jobs on Windows

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Status

  • Ready to go

@robertodr robertodr marked this pull request as draft April 14, 2020 08:43
@robertodr robertodr mentioned this pull request Sep 16, 2020
8 tasks
@robertodr robertodr marked this pull request as ready for review September 17, 2020 20:10
@robertodr
Copy link
Contributor Author

I've commented out the testing of the Python module in the Windows pipeline. I am reasonably confident this is an Azure problem. This is the output, but if I ls in the D:\a\1\Software\xcfun\lib\python\xcfun folder, I can see that the Python extension _xcfun is there. 🤷

Starting: Test XCFun Python module
==============================================================================
Task         : Command line
Description  : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows
Version      : 2.164.2
Author       : Microsoft Corporation
Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/command-line
==============================================================================
Generating script.
========================== Starting Command Output ===========================
"C:\windows\system32\cmd.exe" /D /E:ON /V:OFF /S /C "CALL "D:\a\_temp\b2153499-bfb1-4541-a45a-2622490e3e0f.cmd""
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "D:\a\1\Software\xcfun\lib\python\xcfun\__init__.py", line 15, in <module>
    from .xcfun import *
  File "D:\a\1\Software\xcfun\lib\python\xcfun\xcfun.py", line 17, in <module>
    from ._xcfun import *
ImportError: DLL load failed while importing _xcfun: The specified module could not be found.
##[error]Cmd.exe exited with code '1'.
Finishing: Test XCFun Python module

@robertodr robertodr requested a review from bast September 17, 2020 20:13
@bast bast merged commit e985089 into dftlibs:master Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants