You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python3 -m pip install git+https://[email protected]/cthoyt/scholia.git@simplify-launch
$ scholia
Usage:
...
$ scholia run
Traceback (most recent call last):
File "/home/<user>/venvs/scholia/bin/scholia", line 8, in<module>sys.exit(main())
File "/home/<user>/venvs/scholia/lib/python3.8/site-packages/scholia/__main__.py", line 65, in main
from .app import create_app
ModuleNotFoundError: No module named 'scholia.app'
Probably a problem with missing packages=find_packages() in `setup.py.
The text was updated successfully, but these errors were encountered:
During pip install the subdirectories are not mentioned for
setup.py. find_packages from setuptools now specifies them.
This problem appears for #1471 when install scholia with pip.
Probably a problem with missing
packages=find_packages()
in `setup.py.The text was updated successfully, but these errors were encountered: