AQUA-Tk icon indicating copy to clipboard operation
AQUA-Tk copied to clipboard

pip install git+https://github.com/ashvala/AQUA-tk.git doesn't seem to work

Open bthj opened this issue 5 months ago • 3 comments

Hi,

The library doesn't seem to install with the command provided in the readme:

pip install git+https://github.com/ashvala/AQUA-tk.git

Then trying:

% python
Python 3.10.0 (default, Mar  1 2024, 13:29:06) [Clang 14.0.3 (clang-1403.0.22.14.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from aquatk.embedding_extractors import VGGish
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'aquatk.embedding_extractors'
>>> 

What Python version is recommended for AQUA-Tk?

bthj avatar Mar 01 '24 13:03 bthj