Hello,
I'm trying to install PrimeKG on Ubuntu using: conda env create --name PrimeKG --file=environment.yml
But I get the following error:
`ResolvePackageNotFound:
scrapy==2.6.1=py310hecd8cb5_0
zope==1.0=py310hecd8cb5_1
...`
It seems the environment file has MacOS-specific builds. Could you please provide a platform-independent environment.yml, or recommend a compatible setup for Linux?
Thanks!