#mac m1 pro problems with brew or rust or dunno

1 messages · Page 1 of 1 (latest)

pearl depot
#

Hi,
I’m new to Rust and have encountered some issues while setting up my development environment. Here’s what I’ve done so far:
1. Installed Rust: Completed successfully.
2. Installed DX: Completed successfully.
3. Created a New Project: No issues during creation.

However, when I attempt to start the project using the command dx serve --platform web, I receive the following errors:
• error[E0463]: can't find crate for 'std'
• error[E0463]: can't find crate for 'core'

I have tried the following troubleshooting steps without success:
• Reinstalled DX
• Reinstalled Rust
• Installed additional Rust components as suggested by various online resources and ChatGPT

Despite these efforts, the problem persists. Could you please advise on any additional steps I can take to resolve this issue?

balmy belfry
#

Please specify how you did those steps, for double checking

pearl depot
#

installed rust via curl, installed dx via cargo, started project via dx new app, dx serve --platform web, also checked on some other rust code if it is working, and cargo build is working good