-
Notifications
You must be signed in to change notification settings - Fork 26
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
An error and a path change #3
Comments
Oops, I installed but even after installing Crypto, I get
Could this be a capitalization issue? I believe the module on disk is all lowercase I also uninstalled Crypto and installed it with sudo. same error. |
Hmm, try installing a virtual environment (venv).
…On Sat, Nov 12, 2022, 2:30 AM odinian ***@***.***> wrote:
Oops, I installed
construct
Crypto
but even after installing Crypto, I get
Successfully installed Crypto-1.4.1 Naked-0.1.32 certifi-2022.9.24 charset-normalizer-2.1.1 idna-3.4 pyyaml-6.0 requests-2.28.1 shellescape-3.8.1 urllib3-1.26.12
WARNING: You are using pip version 20.2.3; however, version 22.3.1 is available.
You should consider upgrading via the '/Applications/Xcode.app/Contents/Developer/usr/bin/python3 -m pip install --upgrade pip' command.
***@***.*** OneDrive % python3 odl.py -o ~/Desktop/odl_output.csv ~/Desktop/testing
Traceback (most recent call last):
File "odl.py", line 52, in <module>
from Crypto.Cipher import AES
ModuleNotFoundError: No module named 'Crypto'
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADFCHUF5NAXTSXGHDK5QFHDWHZRAZANCNFSM6AAAAAAR5WJGMM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
On macOS, you can do this as shown below.
|
pip3 install construct pycryptodome seemed to be the issue. Once I ran that, the script worked. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, first off thanks for this code.
On my Mac (BigSur, OneDrive for Business), the path to the logs file is
~/Library/Containers/com.microsoft.OneDrive-mac/Data/Library/Logs
You might want to note that in the readme.
I copied the Logs/Business1 folder to the desktop and renamed it testing and ran
python3 odl.py -o ~/Desktop/odl_output.csv ~/Desktop/testing
and I get this:
Any ideas?
The text was updated successfully, but these errors were encountered: