RadarBook / software

Companion software for Introduction to Radar Using Python and MATLAB
118 stars 69 forks source link

'Radarbook' does not exist error #8

Closed Edkibs77 closed 1 year ago

Edkibs77 commented 1 year ago

Hello, so my issue is the setup.py egg_info did not run successfully. I run the pip install -e mypath command (with my personal path to pyradar) and the error "package directory 'RadarBook' does not exist" pops up.

Pycharm claims its an issue with the package.
"note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed" and "note: This is an issue with the package mentioned above, not pip."

Let me know if you need anything else.

RadarBook commented 1 year ago

I updated setup.py just now. Pull a new version of that file and try pip install -e mypath command again.

Edkibs77 commented 1 year ago

This fixed it! I appreciate your help!