10 Apr 2024 09:56 AM - last edited on 10 May 2024 02:58 PM by Michal_Gebacki
I am busy migrating one of the Python v 1 plugins to V2. As part of the packages I need to upload I use pymongo (https://pypi.org/project/pymongo/) but it is failing with
All the packages are there as seen in the lib directory and the setup is showing what is required. The issue seems to be with that because I am compiling from my windows machine it is only downloading the pymongo-4.6.3-cp310-cp310-win_amd64.whl. My activegates are windows so in this case all I need is it to upload this package to the environments.
I tried adding just win_amd_64 to see if that work and still fails.
So how do I force it to either only upload the windows version or download both windows and linux version.
Solved! Go to Solution.
10 Apr 2024 10:41 AM
In your second screenshot it looks like the correct one is win_amd64, while you entered win_amd_64 in the third screenshot. Can you adjust it and see if it works?
10 Apr 2024 02:57 PM
@Mike_L Thank you so much. That did the trick. Maybe the team can update the comment as I copied it from there.
Appreciate the assistance.
10 Apr 2024 03:07 PM
The values there are the defaults, so adding the default to the default doesn't make a lot of sense 😉 This one library used a custom platform which is why it had to be added.
10 Apr 2024 04:30 PM
Thanks so much. I have now successfully upload my plugin.