-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error #21
Comments
I get the same Error when running with python when running with python3 i get Can not find Murmur3 hashing installed. Switching to SHA256 as the default hash. Refer to https://github.com/seperman/deepdiff#murmur3 for more info. Nothing changed just installed dependencies and ra run.py |
When running python3 and a right formatted dataset it runs just fine now! |
traceback (most recent call last): file "run.py" line 2 in import local_session as session importerror: no module named local_session |
python run.py
Traceback (most recent call last):
File "run.py", line 30, in
from TradzQAI import Local_session as Session
File "/home/desktop/Downloads/TradzQAI-master/TradzQAI/init.py", line 1, in
from .core import Local_session
File "/home/desktop/Downloads/TradzQAI-master/TradzQAI/core/init.py", line 1, in
from .environnement import Local_env
File "/home/desktop/Downloads/TradzQAI-master/TradzQAI/core/environnement/init.py", line 1, in
from .local_env import Local_env
File "/home/desktop/Downloads/TradzQAI-master/TradzQAI/core/environnement/local_env.py", line 1, in
from TradzQAI.tools import act_processing
File "/home/desktop/Downloads/TradzQAI-master/TradzQAI/tools/init.py", line 5, in
from .utils import *
File "/home/desktop/Downloads/TradzQAI-master/TradzQAI/tools/utils.py", line 22
SyntaxError: Non-ASCII character '\xe2' in file /home/desktop/Downloads/TradzQAI-master/TradzQAI/tools/utils.py on line 22, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
The text was updated successfully, but these errors were encountered: