-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The issue was fixed when downgrading to Python 3.6.8
Traceback (most recent call last): File "/Users/USER/.pyenv/versions/3.7.4/bin/xcrypto", line 11, in <module> load_entry_point('xcrypto==1.3.1', 'console_scripts', 'xcrypto')() File "/Users/USER/.pyenv/versions/3.7.4/lib/python3.7/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/Users/USER/.pyenv/versions/3.7.4/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2793, in load_entry_point return ep.load() File "/Users/USER/.pyenv/versions/3.7.4/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2411, in load return self.resolve() File "/Users/USER/.pyenv/versions/3.7.4/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2417, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/Users/USER/.pyenv/versions/3.7.4/lib/python3.7/site-packages/xcrypto/xcrypto.py", line 23, in <module> from Crypto.PublicKey import RSA ModuleNotFoundError: No module named 'Crypto'