Closed PeterCodar closed 7 years ago
You are running this from the wrong directory.
I just try to follow your https://github.com/acoustid/acoustid-server/blob/master/README.md .-)
Btw, may I ask for the reason you are installing acoustid-server? I'm asking because unless you want to do some development on the server, I think you are going to be disappointed.
Sure. I try to get a local running copy of your acoustid-server for some test with a new developed fingerprinting client. I don't want to be banned from your official server because of mistakes in my code.
I really wouldn't do this if it's just that. It's going to be hard and it will not work well in the end. The code was never meant to be running anywhere but on acoustid.org. You might get it working, but you really need to know what you are doing. And in that case, you should just use the included Vagrantfile
which will setup most things for you.
However, unless you are doing something very special, you are better off using acoustid.org.
Thank you for that hints! Maybe it is really better to try the official acoustid.org.
I hope that I don't have to bother you with 'unbanning' my ip or account in some days. .-)
Well, if you are going to do something crazy that might result in that, please let me know in advance. :)
I have absolutely no malicious intent. Really.
Nothing to worry about then. :)
I'll close this issue.
Executing (e) acoustid@ubuntu:~$
pip install -r requirements.txt
results in this error:Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
Where can we get this missing file?