-
Notifications
You must be signed in to change notification settings - Fork 497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
403 Forbidden Error On Required Dependencies in Falcor 7 #443
Comments
I had the same problem. The solution from issue 424 (#424) worked for me: Navigate to Falcor\tools\packman or Falcor\Build\packman on older versions and run |
|
Thanks @slayyden for the reply. Probably you have used a higher version than |
This could be for couple reasons, most of them out of our control. The packman publishing process has been adjusted last year for security reasons. This required new packman version to work on existing packages, and also turned making packages public into a much more formal process. I also believe some of the repositories have been completely removed. It is possible that the old packman simply no longer works. What you can do is check out the newest Falcor and copy over the |
Thanks a lot, @tomas-davidovic, copying from Falcor 8.0 solved the problem. Did not need |
Awesome, glad it worked for you! And yeah, it is an in-house package system. I think it is much simpler than vcpkg at least. It pretty much just manages any blobs of data we want to store in a versioned fashion on fast storage. So sometimes it distributes binaries (like |
I am attempting to build Falcor on Windows. Upon running
setup.bat
, the following error occurs:Package 'python' at version '3.10.11+nv1-windows-x86_64' is missing from local storage. packman(ERROR): Unable to download file from 'https://d4i3qtqj3r0z5.cloudfront.net/python%403.10.11%2Bnv1-windows-x86_64' (server returned 403)
After attempting to install Python manually, I encountered another 403 error:
Package 'cmake' at version '3.22.1+nv1-windows-x86_64' is missing from local storage. packman(ERROR): Unable to download file from 'https://d4i3qtqj3r0z5.cloudfront.net/cmake%403.22.1%2Bnv1-windows-x86_64' (server returned 403)
Would it be possible to ensure these links work? If not, how do I ensure that I correctly install the dependencies manually?
The text was updated successfully, but these errors were encountered: