# Databricks notebook source throws FileNotFoundError: [Errno 2] No such file with PyCharm plugin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 01:58 AM
I started using Databricks plugin in Pycharm.
If I have first line in my code:
# Databricks notebook source
...Running such a notebook with a plugin on cluster fails with the message:
FileNotFoundError: [Errno 2] No such file or directory: '/Workspace/Users/<user>/.ide/databricks-Python-e6507fa0/project_name/deployment/model_deployment/notebooks/Test.py'I checked the directory, the file exists.
Removing:
# Databricks notebook sourceTest.py runs as expected.
Any help would be appreciated.