Av1an icon indicating copy to clipboard operation
Av1an copied to clipboard

appveyor Failed

Open barti04 opened this issue 2 years ago • 9 comments

Failed building artifacts because storage is exceeded, which results in no artifact being available.

log.txt https://ci.appveyor.com/project/master-of-zen/av1an/build/artifacts

barti04 avatar Jul 11 '21 14:07 barti04

Yes, installation should be done by pip or manually building current python/rust git

master-of-zen avatar Jul 11 '21 14:07 master-of-zen

When trying to manually build I get the following error:

error: manifest path Av1an-master\Cargo.toml is a virtual manifest, but this command requires running against an actual package in this workspace error: cargo failed with code: 101 I only work with python so I'm pretty lost with rust.

barti04 avatar Jul 11 '21 14:07 barti04

Follow this https://gist.github.com/master-of-zen/0833bec1e7df72ed165083cd44e9187b

master-of-zen avatar Jul 11 '21 14:07 master-of-zen

I did but when trying to run the last command "./av1an.py -i test.mp4 -l log.log" I got another error: Traceback (most recent call last): File "C:\Users\DJ\Downloads\Av1an-master\av1an.py", line 4, in from cli.main import main File "C:\Users\DJ\Downloads\Av1an-master\cli_main_.py", line 2, in from av1an.arg_parse import Args File "C:\Users\DJ\Downloads\Av1an-master\av1an_init_.py", line 2, in from av1an_pyo3 import * ModuleNotFoundError: No module named 'av1an_pyo3'

barti04 avatar Jul 11 '21 14:07 barti04

you need to run it from venv that you used for compilation previously

master-of-zen avatar Jul 11 '21 14:07 master-of-zen

I use Intelji Idea Ultimate doesn't it take care of it?

barti04 avatar Jul 11 '21 14:07 barti04

I don't know, I use command line and create, compile, execute as said there https://gist.github.com/master-of-zen/0833bec1e7df72ed165083cd44e9187

master-of-zen avatar Jul 11 '21 14:07 master-of-zen

Ok, thanks for your help I got it working. Intelji Idea Commandline behavior seems strange the "python3 -m venv env" isn't working correctly, but when using the build-in Build and run functions it's working.

barti04 avatar Jul 11 '21 14:07 barti04

@barti04 right now av1an is pure rust, so you should be able to compile it as rust project and just use binary

master-of-zen avatar Jul 30 '21 18:07 master-of-zen