Seth "Violet" Gibbs
Seth "Violet" Gibbs
This is the output I recieved: ``` $ python3 -V Python 3.4.3 ``` ``` $ pip3 show requests --- Name: requests Version: 2.2.1 Location: /usr/lib/python3/dist-packages Requires: ``` ``` $ pip3...
Is there any way to use this fix without using a custom installation of pytube or altering the source code myself? The project I'm using this for is aimed at...
Having the same issue here, regardless of whether I try flash drive or SD card.
Sorry to post on a year-old issue here, but I've just been looking for a solution to this myself (specifically, I was after the `n` attribute you can get from...
It seems to still require them regardless of what modules are imported from it, e.g. these are from inside venv that I only ran `pip install spotapi` in: ```python >>>...
I don't personally mind having these packages installed, I more wanted to point out that in practice they seem required for any functionality of the SpotAPI, therefore having them not...
I can see in spotapi's [`__init__.py`](https://github.com/Aran404/SpotAPI/blob/main/spotapi/__init__.py) there's these two lines: `from spotapi.utils.saver import *`, `from spotapi.websocket import *`. The same exists in [`utils/__init__.py`](https://github.com/Aran404/SpotAPI/blob/main/spotapi/utils/__init__.py), meaning no matter what you import, those...
I have my AnimatedSprite2D node selected when running it, it has animations and sprites present in its SpriteFrames, the "Texture" dropdown in the inspector only shows "Filter" and "Repeat" fields...