# ModuleNotFoundError: No Module name 'pkg_resources.extern'
Describe the bug
I'm using ofscraper_windows_3.11.4.exe
The script crashes during start-up with the following error.
Traceback (most recent call last):
File "PyInstaller\hooks\rthooks\pyi_rth_pkgres.py", line 158, in
Troubleshooting
I tried to install setuptools via pip install setuptools but it didn't help.
This error doesn't occur with v3.11
System Info
- OS: Windows 11
- Version: 3.11.4
- python
- python version 3.12.4
in windows, since "setuptools" was updated they no longer open the exes
use the pip version:
pip install ofscraper
pip install ofscraper --upgrade
or
pip uninstall ofscraper and then pip install ofscraper
I'll make an announcement on discord once these are working again, and in here
I tried the pip version but it reset my config file. Did the format change? I was using 3.11.1 before. It's removing the cdm options (I use my own keys).
I tried the pip version but it reset my config file. Did the format change? I was using 3.11.1 before. It's removing the cdm options (I use my own keys).
in some versions it changes; just put "manual" and the paths of your two files, and ffmpeg
I tried the pip version but it reset my config file. Did the format change? I was using 3.11.1 before. It's removing the cdm options (I use my own keys).
in some versions it changes; just put "manual" and the paths of your two files, and ffmpeg
But manual isn't to download specific posts (with URL)? Or do you mean in the config file?
But manual isn't to download specific posts (with URL)? Or do you mean in the config file?
"key-mode-default": "manual", and "private-key": "client-id":
This was broken on Linux when I tested as well I'm not sure when, I don't use the execs
I recommend just using pipx if you really want multiple version of the script I'll spend time looking into this more in the future