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
I did a pip install ., but I get the following error when transliterating:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Program Files (x86)\\Python37-32\\lib\\site-packages\\libindic\\transliteration\\cmudict.0.7a_SPHINX_40'
Is it possible to add install_requires in the setup.py to include setuptools and also other dependencies from requirements.txt ?
asdofindia
changed the title
FileNotFoundError: [Errno 2] No such file or directory: libindic/transliteration/cmudict.0.7a_SPHINX_40
Improve install_requires and setup_requires
Jul 1, 2020
I did a
pip install .
, but I get the following error when transliterating:Solution:
https://python-packaging.readthedocs.io/en/latest/non-code-files.html
Please fix the issue with the given solution to include all non-code files.
The text was updated successfully, but these errors were encountered: