Brand new to coding etc #111
Replies: 5 comments 1 reply
-
@tingletoys can you tell us what you've done to run it? Glancing at the code, it looks like running Look at #41 for a link to a guide on getting going. |
Beta Was this translation helpful? Give feedback.
-
Hey @tingletoys, I'm dedicating this weekend to make sure that this process of installation is drastically improved. Just bear with me as I had to learn some new things along the way. :) |
Beta Was this translation helpful? Give feedback.
-
I wasn't able to run it either, got an "illegal hardware instruction" error. First time I've seen it on a python script. Maybe something in there doesn't play well with the M1 cpu...? |
Beta Was this translation helpful? Give feedback.
-
Hey Joao, I've never seen that either. But from a quick search online it appears to be related with tensorflow. Have a look at this thread apple/tensorflow_macos#143 Hope it helps! |
Beta Was this translation helpful? Give feedback.
-
Try opening up an interactive python interpreter and just try to import flair and tensorflow. I was getting "illegal instruction" errors too and was able to trace it down to those two imports. I commented out those imports (flair is imported by sentiment/twitter_api.py and tensorflow is imported in prediction_techniques/neural_networks.py) and I was able to get everything else to run. My Python setup is a bit unusual (I run it in a Proxmox container which I then ssh to using Visual Studio code) so I think it has some issues with some modules that are GPU based. |
Beta Was this translation helpful? Give feedback.
-
So, this may not be the right place for this but I am completely new to coding (although not trading). I have downloaded python and the files for this terminal however am having a hell of a time opening and running it.
Any help on how to install the terminal would be really welcome.
Beta Was this translation helpful? Give feedback.
All reactions