Someone has run into challenges with Neuralforecas...
# support
t
Someone has run into challenges with Neuralforecast in VS Code on a Mac M3. Is this a known issue, or @Cristian Challu @Marco do you have thoughts on troubleshooting?
Copy code
I am facing difficulties in properly detecting the Neuralforecast library within the Visual Studio Code development environment on my MacBook M3. Despite carefully following the installation and configuration instructions provided by the library's official documentation, I am unable to have it detected correctly within VS Code.

I have undertaken several troubleshooting actions, including reinstalling the library itself, verifying the Python environment, and consulting online resources, but so far, I have not been able to resolve the issue.
1
If it's more than a "please try this" I can see if he can join Slack to ask his question and troubleshoot there.
m
The person wrote the wrong import. In the code it must be
Copy code
from neuralforecast import something
In the code, it must be in small caps
t
Thank you! I'll pass that along.