dotnet / eShopSupport

A reference .NET application using AI for a customer support ticketing system
MIT License
342 stars 82 forks source link

please add support for Rider on Apple Silicon #47

Open muhammadyehia opened 2 weeks ago

muhammadyehia commented 2 weeks ago

I am also facing a lot of problems with Python and running the aspire projects under Apple Silicon. I did a few changes to be able to run the the project like <Exec Command="pwsh -NoProfile -NoLogo -NonInteractive -ExecutionPolicy Unrestricted -Command '$(ProjectDir)bin/Debug/net8.0/playwright.ps1 install chromium --with-deps'" Condition="'$(OS)' == 'Unix'" /> in E2ETest.csproj and <Import Project="$(MSBuildExtensionsPath32)/Microsoft/VisualStudio/v$(VisualStudioVersion)/Python Tools/Microsoft.PythonTools.targets" Condition="Exists('$(MSBuildExtensionsPath32)/Microsoft/VisualStudio/v$(VisualStudioVersion)/Python Tools/Microsoft.PythonTools.targets')" /> in src/PythonInference/PythonInference.pyproj

and under this two libraries can't be installed with Apple silicon intel-openmp==2021.4.0 mkl==2021.4.0