question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Local development/testing issue: precessedgeocentric-1.0.0.yaml': No such file or directory

See original GitHub issue

After some runs either installing or testing I’ll hit an exception like this:

running pre_hook from astropy._erfa.setup_package for build_py command
copying astropy\..\build\lib.win-amd64-3.7\build\lib.win-amd64-3.7\build\lib.win-amd64-3.7\build\lib.win-amd64-3.7\astropy\io\misc\asdf\data\schemas\astropy.org\astropy\coordinates\frames\precessedgeocentric-1.0.0.yaml -> build\lib.win-amd64-3.7\astropy\..\build\lib.w
in-amd64-3.7\build\lib.win-amd64-3.7\build\lib.win-amd64-3.7\build\lib.win-amd64-3.7\astropy\io\misc\asdf\data\schemas\astropy.org\astropy\coordinates\frames
error: could not create 'build\lib.win-amd64-3.7\astropy\..\build\lib.win-amd64-3.7\build\lib.win-amd64-3.7\build\lib.win-amd64-3.7\build\lib.win-amd64-3.7\astropy\io\misc\asdf\data\schemas\astropy.org\astropy\coordinates\frames\precessedgeocentric-1.0.0.yaml': No suc
h file or directory

I’m mostly using python setup.py develop or test or install. But after a few of those (not exactly sure how many) I’ll hit this exception and cannot proceed. I then clean and rebuild, which is inconvenient and time-consuming.

It could be some windows or conda thingy or I’m just using the wrong commands?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:14 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
astrofrogcommented, Jul 23, 2019

@pllim - the issue wasn’t the / but the lack of root prefix for the path (so it was matching that pattern in the whole repo). See https://github.com/astropy/astropy/pull/9039 for a fix.

1reaction
astrofrogcommented, Jul 23, 2019

I have a Windows machine which I’ll have access to tomorrow, I can see if I can reproduce this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

kube-registry-proxy.yaml': No such file or directory · Issue #6612
Problem : Following the guide does not work as the provided script looks for a salt directory which is not there! ... Proposed...
Read more >
Firebase Hosting deploy with Google Cloud Build throwing ...
After a new commit and push the cloud build logs a correct npm install and npm run build , but the firebase stops...
Read more >
Issue to deploy k6-operator - OSS Support
Hi, I am trying deploy k6 operator in k8 cluster. I am getting below error. can you please help how to resolve. I...
Read more >
dvc.yaml Files | Data Version Control
Open-source version control system for Data Science and Machine Learning projects. Git-like experience to organize your data, models, and experiments.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found