-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
pip3 install cryptofuzz
pip3 install rich
pip3 install mnemonic
pip3 install requests
pip3 install psutil
pip3 install blessed
python3 MneEthOn_V4_1.py
Traceback (most recent call last):
File "MneEthOn_V4_1.py", line 10, in <module>
from cryptofuzz import Convertor, Ethereum
File "/usr/local/lib/python3.6/site-packages/cryptofuzz/__init__.py", line 4, in <module>
from .utils import Convertor, Generator
File "/usr/local/lib/python3.6/site-packages/cryptofuzz/utils.py", line 14, in <module>
from .bip39 import Mnemonic
File "/usr/local/lib/python3.6/site-packages/cryptofuzz/bip39.py", line 1
from __future__ import annotations
^
SyntaxError: future feature annotations is not defined
cat /etc/os-release
NAME="CentOS Linux"
VERSION="8"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
PLATFORM_ID="platform:el8"
PRETTY_NAME="CentOS Linux 8"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:8"
HOME_URL="https://centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-8"
CENTOS_MANTISBT_PROJECT_VERSION="8"
after i change with :
blessed==1.20.0
CryptoFuzz==3.9.6
mnemonic==0.21
psutil==5.9.8
requests==2.31.0
rich==13.7.1
python3 MneEthOn_V4_1.py
File "MneEthOn_V4_1.py", line 1
import random import time import concurrent.futures as cf import requests from blessed import Terminal import psutil from rich.panel import Panel from
^
SyntaxError: invalid syntax
Metadata
Metadata
Assignees
Labels
No labels