Shopify / shopify_python_api

ShopifyAPI library allows Python developers to programmatically access the admin section of stores
http://shopify.github.io/shopify_python_api
MIT License
1.24k stars 350 forks source link

ModuleNotFoundError: No module named 'shopifyapi' #645

Closed JonhSilver closed 1 year ago

JonhSilver commented 1 year ago

C:\Users>pip install ShopifyAPI Requirement already satisfied: ShopifyAPI in c:\python3\lib\site-packages (12.2.0) Requirement already satisfied: PyYAML in c:\python3\lib\site-packages (from ShopifyAPI) (6.0) Requirement already satisfied: six in c:\python3\lib\site-packages (from ShopifyAPI) (1.16.0) Requirement already satisfied: PyJWT>=2.0.0 in c:\python3\lib\site-packages (from ShopifyAPI) (2.6.0) Requirement already satisfied: pyactiveresource>=2.2.2 in c:\python3\lib\site-packages (from ShopifyAPI) (2.2.2)

[notice] A new release of pip available: 22.3.1 -> 23.0.1 [notice] To update, run: python.exe -m pip install --upgrade pip

C:\Users>D:\test.py Traceback (most recent call last): File "D:\test.py", line 1, in from shopifyapi import ShopifyAPI ModuleNotFoundError: No module named 'shopifyapi'

callamd commented 1 year ago

you need to just import shopify

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 60 days with no activity. It will be closed if no further action occurs in 14 days.

github-actions[bot] commented 1 year ago

We are closing this issue because it has been inactive for a few months. This probably means that it is not reproducible or it has been fixed in a newer version. If it’s an enhancement and hasn’t been taken on since it was submitted, then it seems other issues have taken priority.

If you still encounter this issue with the latest stable version, please reopen using the issue template. You can also contribute directly by submitting a pull request– see the CONTRIBUTING.md file for guidelines

Thank you!