A
A
arhansolo2020-01-06 16:56:37
GitHub
arhansolo, 2020-01-06 16:56:37

How to install python module from github?

I can't import the module from GitHub for Python

In cmd I enter the command

pip install git+http://github.com/nvbn/python-yamusic
and I get an error:
install_requires=requireds,
NameError: name 'requireds' is not defined


I tried to enter differently pip install http://github.com/nvbn/python-yamusicand when 122 kb out of 439 was downloaded, I got an error Cannot unpack file

Link to the module: https://github.com/nvbn/python-yamusic/

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgenii Danilin, 2020-01-06
@danilinem

The problem is that the developer made a mistake in the setup.py file.
You can use this module by adding it directly to your project, or you can use another module.
yandex-music-api
And some others

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question