Open jtranquilli opened 1 year ago
Have you solved your problem?
Has this problem been solved?
Have you managed to fix this?, I have the same issue with python 3.12 and I have tried older versions and I have installed the gz download with pip. seems like a common issue.
gh-33 pertains to 'ModuleNotFoundError' with this mexc_sdk
this StackOverflow post also pertains to the same error
/Library/Frameworks/Python.framework/Versions/3.11/bin/python3
which is correct, as 3.11 is the new version published on October 24, 2022./Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages
which is exactly where it should be for the upgraded interpreterpip install mexc-sdk
yieldsRequirement already satisfied: mexc-sdk in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (0.0.1)
which is exactly the expected result, showing the package to be installed and installed in the right directorypython3 --version
yields the correct updated version in the terminal.tar.gz
file in thedist/python
directory.