-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error - with os.scandir(src) as itr: #11
Comments
@sandyrs9421 Please describe the steps you've used to install and run the package. Thank you! |
@vietanhdev - i have followed the below MAC install steps - Mac Running Intel |
@sandyrs9421 Please upgrade your package and run it again:
|
@sandyrs9421 Hi Sandyrs!
|
thanks for the steps i do not see the error now. let me try to ingest one of the pdf and try now . thanks a lot again @vietanhdev |
Hello All ,
I am seeing below error when i run the python file. can anyone please share the next resolution steps for this ?
Error -
File "/usr/local/Cellar/[email protected]/3.11.3/Frameworks/Python.framework/Versions/3.11/lib/python3.11/shutil.py", line 559, in copytree
with os.scandir(src) as itr:
^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/Users/FBT/Desktop/Projects/pautobot/pautobot/pautobot/frontend-dist'
The text was updated successfully, but these errors were encountered: