Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run on Apple Silicon Mac #70

Open
jfbloom22 opened this issue Feb 2, 2025 · 1 comment
Open

How to run on Apple Silicon Mac #70

jfbloom22 opened this issue Feb 2, 2025 · 1 comment

Comments

@jfbloom22
Copy link

Anyone able to get this running on Apple Silicon? A more step by step guide would be amazing!

specifically, I am struggling with what version of tensorflow to install and what modifications, if any, need to be made to the code.

@nye0
Copy link

nye0 commented Feb 18, 2025

for mac:

git clone https://github.com/SamuelSchmidgall/AgentLaboratory.git
conda create -n agent_lab python==3.12
conda activate agent_lab
while read requirement; do conda install --yes $requirement || pip install $requirement; done < requirements.txt
brew install pdflatex

it will have some error message:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
weasel 0.3.4 requires typer<0.10.0,>=0.3.0, but you have typer 0.13.1 which is incompatible.

but the installation could be done, not error found yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants