Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Shipmaster1
/
PythonicRAGReact
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
310b4ae
PythonicRAGReact
/
backend
/
test.py
T-K-O-H
Initial commit without node_modules
d184dfc
11 months ago
raw
Copy download link
history
blame
Safe
181 Bytes
import
sys
print
(
"Python path:"
, sys.path)
try
:
import
main
print
(
"Successfully imported main module"
)
except
ImportError
as
e:
print
(
"Error importing main module:"
, e)