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
I'm trying to install the package directly from the GitHub repository in order to get the most up-to-date work (mainly this commit) with the following command:
error: can't copy 'dbt/adapters/hive/.env': doesn't exist or not a regular file
It seems to be related to the fact that in setup.py there is data_files=[('', ['dbt/adapters/hive/.env'])],
while this file doesn't exist at the specified location in the master branch.
Would it be possible to add an empty folder at this location to fix this ?
Thank you for your support !
The text was updated successfully, but these errors were encountered:
Hello !
I'm trying to install the package directly from the GitHub repository in order to get the most up-to-date work (mainly this commit) with the following command:
pip install git+https://github.com/cloudera/dbt-hive.git
Unfortunately I'm met with the error
It seems to be related to the fact that in
setup.py
there isdata_files=[('', ['dbt/adapters/hive/.env'])],
while this file doesn't exist at the specified location in the master branch.
Would it be possible to add an empty folder at this location to fix this ?
Thank you for your support !
The text was updated successfully, but these errors were encountered: