-
Someone please offer some help, every time I type in " python start_ofd.py " these following lines show up
File "F:\OnlyFans-6.1.2\start_ofd.py", line 8, in
main_test.check_config()
File …
-
I'm trying to use commit #00f3f3d on Ubuntu 20.10. I have Python 3.9 installed but when I run start_ofd.py I get this error
```
python3.9 start_ofd.py
Traceback (most recent call last):
File "/…
-
Hello all,
I'm trying to annotate a metaclass method which returns a new subclass of a "metaclass instance" (base class? would that be the right word for a class which uses this metaclass?)
And …
-
Windows 10 - 2004
Python version 3.9.0
Visual Studio Build Tools 2019 - 16.8.2
got the same error when extracting/running files from C:\OF
also tried deleting/redownloading
C:\OnlyFans-5.8>py…
-
请问`Unsupervised_BiHalf.py`与`Unsupervised_GreedyHash.py`两种方式的效果有测试么,结果如何呢?
-
When ever i launch the start_ofd.py after running the requirements, I get and error message
Traceback (most recent call last):
File "H:\Girlz\Scraper\Digital_OF\start_ofd.py", line 2, in
…
-
**Describe the feature**
- `KVIndexer` use `doc_id`/`chunk_id` as key
- `doc_id`/`chunk_id` are generated randomly as I remember
- so, incremental indexing should work since keys are unique
- …
-
**Describe the bug**
Deepdiff throws an exception with ignore_order=True flag for 5.0.2
**To Reproduce**
Running the example in the docs:
```
>>> t1 = {1:1, 2:2, 3:3, 4:{"a":"hello", "b":[1, …
-
**Describe the bug**
`datetime.time` objects are ignored, even though they are hashable.
**To Reproduce**
```
from datetime import time
from deepdiff import DeepHash
obj1 = {"time": time(1, …
-
**To Reproduce**
```
from deepdiff import DeepDiff
record = [{'in': 'body', 'name': 'params', 'description': 'params', 'required': True, 'schema': {'type': 'array', 'items': {'__ref': '#/defini…