Skip to content
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

Unable to find debugger and packages from conda environment (internal generated filenames are not absolute) #32

Open
warry-byte opened this issue May 8, 2023 · 4 comments

Comments

@warry-byte
Copy link

Here are the steps I followed:

  • Create new conda environment with latest Python version: conda create -n python
  • Clone repo in shap-e folder
  • Activate environment
  • From the shap-e folder, execute pip install -e .
  • Launch an example prompt shape Python script from PyCharm (same as sample_text_to_3d.ipynb)

Result: ModuleNotFoundError: No module named 'yaml'

@bolshoytoster
Copy link

@warry-byte you could probably try just running pip install yaml, then replace yaml with any other modules it complains about.

@michaelstrefeler
Copy link

I had this problem when using one of the jupyter notebooks and restarting the kernel fixed it. Restarting your computer could also help

@scentof
Copy link

scentof commented May 9, 2023

this may help: pip install pyyaml

@warry-byte
Copy link
Author

Indeed, that's what I ended up doing. Thanks for the tip, I didn't know how to install it through pip. Still unsure about why I should install yaml both at the pip level and at the Conda level though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants