g-make-it / IG_Trading_Algo_Scripts_Python

IG Trading Algos and Scripts in Python
BSD 3-Clause "New" or "Revised" License
216 stars 49 forks source link

ModuleNotFoundError: No module named 'trading_ig' #1

Open GreyAssoc opened 2 years ago

GreyAssoc commented 2 years ago

Hi there,

I've just downloaded your scripts and am curious to see how they work. The only problem is that I'm getting the error, "From trading_ig import IGService, IGStreamService ModuleNotFoundError: No module named 'trading_ig'".

I'm running a python venv and pip installed as per requirements and your video.

Do you have any idea how to fix this?

Kind regards, Steve.

GreyAssoc commented 2 years ago

Update... When I run the setup.py I get the .version error you mention in your video, even when I comment out the version code.

g-make-it commented 2 years ago

HI,

I know it's been a while. Is the issue still there ?

LeftHalf commented 2 weeks ago

Hi - I am a little late to this party. The same problem occurs for me too. I followed the tutorial video exactly.

I also couldn't figure out how the file I create with teh api keys gets interrogated.