Tracy Teal
04/24/2024, 6:12 PMI 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.
Tracy Teal
04/24/2024, 6:13 PMMarco
04/24/2024, 6:14 PMfrom neuralforecast import something
In the code, it must be in small capsTracy Teal
04/24/2024, 6:14 PM