California-Planet-Search / rvsearch

RV Planet Search Pipeline Based on RadVel
http://california-planet-search.github.io/rvsearch/
MIT License
10 stars 5 forks source link

Difficulty installing rvsearch #182

Closed jvanzand closed 3 years ago

jvanzand commented 4 years ago

I used the installation instructions on the documentation site, but I got the following warning and error:

WARNING: No metadata found in ./opt/anaconda3/lib/python3.7/site-packages ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: '/Users/judahvz/opt/anaconda3/lib/python3.7/site-packages/scikit_learn-0.21.3.dist-info/METADATA'

I went to the directory /Users/judahvz/opt/anaconda3/lib/python3.7/site-packages/scikit_learn-0.21.3.dist-info/ and found that it was empty, so I created a blank text file and saved it as 'METADATA' with no extension. This allowed the installation command to run. I don't know if this will cause issues for me later, but it was a quick fix.