-
Notifications
You must be signed in to change notification settings - Fork 313
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
make venv
fails: error: Multiple top-level packages discovered in a flat-layout: ['api', 'conf', 'figures', 'streamlit', 'image_to_latex']
#20
Comments
anyone got a solution for this |
this will disable auto discovery for modules
Thank you! But what do you main? |
Also getting the error as @NightMachinery mentioned. Any quickfixes yet? |
you could just use‘pip install -r requirements.txt’ to install all requirements.just forget it.But it seems to occur some problem.You need to adjust its version or install some missing packages. |
In setup.py: add "py_modules=["image_to_latex","api"]," after install_requires=[required_packages], in end. |
This method works |
The text was updated successfully, but these errors were encountered: