-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Describe the bug
I created a new conda env to install pyinstaller, with this I installed this repo, which seemed to work without a hitch.
When trying to execute the CLI or the normal executable via cmder or just via doubleclicking in windows leads to the following error message:
Traceback (most recent call last):
File "src\app.py", line 8, in
File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module
File "src\bulk_downloader.py", line 2, in
ModuleNotFoundError: No module named 'requests'
I have tried installing the requests library in my conda env with conda and with pip and verified that it's installed, so that shouldn't be the problem.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
System Information:
Windows 11
Additional context
Add any other context about the problem here.