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
Hello! I ran into a strange problem while doing single image detection:
I searched the Internet for errors and was advised to modify the def win32InstalledFonts(directory=None, fontext='ttf') function in font_manager.py in Anaconda directory.
This is the solution I found on stackflow: http://stackoverflow.com/questions/34004063/error-on-import-matplotlib-pyplot-on-anaconda3-for-windows-10-home-64-bit-pc
But my own font_manager.py does not have the win32InstalledFonts function, I would like to ask you how to solve this problem.
Thanks for reading and I'll appreciate it if you can kindly give some advice .
The text was updated successfully, but these errors were encountered:
Hello! I ran into a strange problem while doing single image detection:
![4](https://private-user-images.githubusercontent.com/65274784/326650229-84f5c91b-0f92-4444-a9e8-22ace66702dd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTg4NzgsIm5iZiI6MTczOTU5ODU3OCwicGF0aCI6Ii82NTI3NDc4NC8zMjY2NTAyMjktODRmNWM5MWItMGY5Mi00NDQ0LWE5ZTgtMjJhY2U2NjcwMmRkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA1NDkzOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWYyNzU4ODIzNjE3ODI0YTVkNTNlMjFmNmU2MTRhOTIxODQyNWRiMTRkNGUxNGJhMjU0N2UyYmRhMTdhYzUzZjcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7BxrCiEMglvyOI0wTB1iXZL6GaJTm7X_l3QPjjnjV-M)
![5](https://private-user-images.githubusercontent.com/65274784/326650691-43a493f2-3d2c-475b-8414-8a32fbf30ceb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTg4NzgsIm5iZiI6MTczOTU5ODU3OCwicGF0aCI6Ii82NTI3NDc4NC8zMjY2NTA2OTEtNDNhNDkzZjItM2QyYy00NzViLTg0MTQtOGEzMmZiZjMwY2ViLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA1NDkzOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYyOGUyOWFkMjgyOTM3ZTdlNDZhOWFlYzJmYTE0OTdjOTYyNzc3OThjOTZiMmU2M2NiMDRjMjlmNWNiNTExYjUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.bEJy4zOgQVPDnd6Pij5fW29_Fz1PisQiQdJs5Pb-f3g)
I searched the Internet for errors and was advised to modify the def win32InstalledFonts(directory=None, fontext='ttf') function in font_manager.py in Anaconda directory.
This is the solution I found on stackflow: http://stackoverflow.com/questions/34004063/error-on-import-matplotlib-pyplot-on-anaconda3-for-windows-10-home-64-bit-pc
But my own font_manager.py does not have the win32InstalledFonts function, I would like to ask you how to solve this problem.
Thanks for reading and I'll appreciate it if you can kindly give some advice .
The text was updated successfully, but these errors were encountered: