Search code examples
pythonalchemyapi

ImportError: No module named alchemyapi (python)


I've gone through the guide yet I still seem to get the following error:

Traceback (most recent call last):
  File "C:\Users\KVadher\Desktop\test.py", line 782, in <module>
    from alchemyapi import AlchemyAPI
ImportError: No module named alchemyapi

The example works fine, but when I try:

from alchemyapi import AlchemyAPI

I get the above "no module named alchemyapi" error. Is there a pip install I should do in order to install Alchemy properly?


Solution

  • You have to go inside alchemyapi_python's folder to make the import work.