I'm having some trouble getting python to install the package in version 3.9 - do you have any tips for getting the module to install in more recent versions of Python? Have also tried in 3.6 and encountering similar issues. Specifically, I'm getting two errors:
ERROR: Could not find a version that satisfies the requirement gpo_tools
ERROR: No matching distribution found for gpo_tools
I'm a newcomer to Python so I apologize if this question is a bit elementary.
Hi Robert,
I'm having some trouble getting python to install the package in version 3.9 - do you have any tips for getting the module to install in more recent versions of Python? Have also tried in 3.6 and encountering similar issues. Specifically, I'm getting two errors:
ERROR: Could not find a version that satisfies the requirement gpo_tools ERROR: No matching distribution found for gpo_tools
I'm a newcomer to Python so I apologize if this question is a bit elementary.
Thanks,