InterDigitalInc / CompressAI

A PyTorch library and evaluation platform for end-to-end compression research
https://interdigitalinc.github.io/CompressAI/
BSD 3-Clause Clear License
1.15k stars 228 forks source link

Module Not Found Error: 'compressai' #298

Open ZHOUWeilian opened 2 months ago

ZHOUWeilian commented 2 months ago

Bug

Dear author,

I installed the compressai on the Windows system. But I always meets error about Module Not Found Error: 'compressai'. But the compressai folder is still in the main root. How can I fix it?

fracape commented 2 months ago

Hi, did you install following the readme? did you clone the source code, created a virtual environment, and building from source using pip? Or did you just run pip install compressai? We have a template for reporting errors that give us a little bit more info on your system and what you did, please do that so we can have a better idea. Also, other users have navigated problems and found answers here, you can search "windows" in the github issues, you might find the resolution of your issue.