utcsilab / score-based-channels

Source code for paper "MIMO Channel Estimation using Score-Based Generative Models", published in IEEE Transactions on Wireless Communications.
Other
63 stars 23 forks source link

Error during installation #7

Closed userofwireless closed 2 months ago

userofwireless commented 3 months ago

I am encountering the following error. Please advise. I tried it for Python3.12 as well as 3.8.

$ pip install -r requirements.txt . ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.

mariusarvinte commented 2 months ago

The exact command is pip install -r requirements.txt - without the . at the end. This works for me, feel free to re-open if there are remaining issues.