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

Error installing examples #28

Closed
AuSpotter opened this issue Mar 30, 2022 · 1 comment
Closed

Error installing examples #28

AuSpotter opened this issue Mar 30, 2022 · 1 comment

Comments

@AuSpotter
Copy link

AuSpotter commented Mar 30, 2022

In a fresh install of Anaconda, with a fresh env created for plotoptix, there is an error trying to add the examples folder:

(plotoptix) C:\Users\XXXXX>python -m plotoptix.install examples
Traceback (most recent call last):
File "D:\anaconda3\envs\plotoptix\lib\runpy.py", line 188, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "D:\anaconda3\envs\plotoptix\lib\runpy.py", line 147, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "D:\anaconda3\envs\plotoptix\lib\runpy.py", line 111, in _get_module_details
__import__(pkg_name)
File "D:\anaconda3\envs\plotoptix\lib\site-packages\plotoptix\install\__init__.py", line 16, in <module>
import requests, os
ModuleNotFoundError: No module named 'requests'

The requests library should be added to package requirements I think

@robertsulej
Copy link
Member

True. Added. Thanks!

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

2 participants