-
Notifications
You must be signed in to change notification settings - Fork 873
Closed
Labels
actionableItems in the backlog waiting for an appropriate impl/fixItems in the backlog waiting for an appropriate impl/fixmodule: build/installIssues related to the cmake and buck2 builds, and to installing ExecuTorchIssues related to the cmake and buck2 builds, and to installing ExecuTorch
Description
Hi,
when following the tutorial for setting up executorch (https://pytorch.org/executorch/stable/getting-started-setup.html) the command
python3 -m examples.portable.scripts.export --model_name="add"
results in an error
AttributeError: module 'mpmath' has no attribute 'rational'.
This is because the actual newest version of the package is 1.4.0. I resolved it by specifically installing version 1.3.0 by running
pip install mpmath==1.3.0.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
actionableItems in the backlog waiting for an appropriate impl/fixItems in the backlog waiting for an appropriate impl/fixmodule: build/installIssues related to the cmake and buck2 builds, and to installing ExecuTorchIssues related to the cmake and buck2 builds, and to installing ExecuTorch