-
Notifications
You must be signed in to change notification settings - Fork 428
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
no module named 'boltons' #6
Comments
BTW, I installed pipenv and ran the recommeded command pipenv run python text_recognizer/datasets/emnist_dataset.py and got the same error. I did pip install cacheutils installed the above library but it has no 'cachedproperty' |
and yes, I also did
and I still get
|
However if I start a python shell at the command line
So clearly, boltons is installed in my conda environment and is seen. However pipenv does not respect that. simply running works. BTW, can you add a requirements.text file to the github project so I dont have to guess which packages are needed. |
@bwanaaa see the readme.md in the root folder. From project root run: pipenv install --dev |
i using macos and colab, pls help me? 1. In root folder
2. init env
*3. *
|
navigated to correct folder and tried this:
The text was updated successfully, but these errors were encountered: