When trying to install fastdiff as a dependency for snapshottest, I get the following error:
Collecting wasmer; python_version >= "3.5" and platform_machine == "x86_64" and sys_platform == "linux" (from fastdiff>=0.1.4<1->snapshottest~=0.5.0->-r requirements.txt (line 19))
Could not find a version that satisfies the requirement wasmer; python_version >= "3.5" and platform_machine == "x86_64" and sys_platform == "linux" (from fastdiff>=0.1.4<1->snapshottest~=0.5.0->-r requirements.txt (line 19)) (from versions: )
No matching distribution found for wasmer; python_version >= "3.5" and platform_machine == "x86_64" and sys_platform == "linux" (from fastdiff>=0.1.4<1->snapshottest~=0.5.0->-r requirements.txt (line 19))
For Alpine linux, it appears it can't compile wasmer (see syrusakbary/snapshottest#88) and it's causing an issue. I am also able to install snapshottest when using the Alpine image with Python 3.4.
When trying to install
fastdiffas a dependency forsnapshottest, I get the following error:For Alpine linux, it appears it can't compile
wasmer(see syrusakbary/snapshottest#88) and it's causing an issue. I am also able to installsnapshottestwhen using the Alpine image with Python 3.4.