amallo icon indicating copy to clipboard operation
amallo copied to clipboard

Linux?

Open HttpAnimation opened this issue 2 years ago • 4 comments

Is there any way to get this running on linux or a alt?

HttpAnimation avatar Jan 15 '24 06:01 HttpAnimation

i would love to get the app running on linux, but unfortunately i dont currently have a way to test/develop.

i had just began setting up a local ubuntu vm but a few other things took priority.

i will keep you posted though

mthongvanh avatar Jan 19 '24 23:01 mthongvanh

@HttpAnimation i was able to run the project on the develop branch on ubuntu 22.04 LTS inside a virtual machine on a mac m2 but havent tested functionality

mthongvanh avatar Jan 29 '24 09:01 mthongvanh

flutter build linux ,

I meet the error.

ERROR: lib/services/chat_service.dart:11:1: Error: 'Message' is imported from both 'package:amallo/data/models/message.dart' and 'package:ollama_dart/src/generated/schema/schema.dart'.
ERROR: import '../data/models/message.dart';

joyhope avatar Feb 26 '24 05:02 joyhope

@joyhope can you tell me what linux distro you are on? the output from flutter doctor would be helpful. i was able to run the main and develop branches on ubuntu 22.04 image

mthongvanh avatar Mar 08 '24 05:03 mthongvanh