You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to build metadata-ingestion on Windows 10, I get an error
> Task :metadata-ingestion:checkPythonVersion FAILED
Caching disabled for task ':metadata-ingestion:checkPythonVersion' because:
Gradle would require more information to cache this task
Task ':metadata-ingestion:checkPythonVersion' is not up-to-date because:
Task has not declared any outputs despite executing actions.
Starting process 'command 'python3''. Working directory: C:\ds_software\dhtest\datahub\metadata-ingestion Command: python3 -c import sys; sys.version_info >= (3, 8), f"Python version {sys.version_info[:2]} not allowed"
Successfully started process 'command 'python3''
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'fPython' is not defined
To Reproduce
Steps to reproduce the behavior:
On Windows 10
open cmd.exe or pwsh.exe
Issue command to build: ./gradlew :metadata-ingestion:installDev
See error
Expected behavior
The build should not fail.
Screenshots
N/A
Desktop (please complete the following information):
OS: Windows 10
Browser: N/A
Version: N/A
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to build metadata-ingestion on Windows 10, I get an error
To Reproduce
Steps to reproduce the behavior:
./gradlew :metadata-ingestion:installDev
Expected behavior
The build should not fail.
Screenshots
N/A
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: