dylan_accorti
07/30/2021, 6:32 PMmeltano | The `discovery.yml` manifest received from <https://www.meltano.com/discovery.yml> has version 18, while this version of Meltano requires version 17.
meltano | Please install the latest compatible version of Meltano using `meltano upgrade`.
When I run :
meltano upgrade
I am then met with an error saying:
[WinError 1920] The file cannot be accessed by the system: 'C:\\Users\\<user>\\OneDrive\\Documents\\Github\\dev-meltano-quickbooks\\meltano-projects\\quickbooks-int\\.meltano\\run\\bin'
I thought this could be an issue having my project directory in onedrive, but also recreated the project on my C: drive and received the same error. I have not found much online to fix this issue. Has anyone else encountered this / have any recommendations to fix this?douwe_maan
07/30/2021, 7:29 PMdouwe_maan
07/30/2021, 7:29 PMmeltano upgrade
is currently broken on Windows, when running in WSL, natively, or bothdouwe_maan
07/30/2021, 7:30 PMaaronsteers
07/30/2021, 9:13 PMaaronsteers
07/30/2021, 9:18 PMpip uninstall meltano
pip install meltano
To @douwe_maan's comment, there may be some incompatibility with Windows in general which may be affecting this. If you can use WSL or Dev Containers, these will probably give you a better overal experience until we tackle Windows compat issues here and here.