-
Notifications
You must be signed in to change notification settings - Fork 10
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
Python 3.7 dependency missing from FTP #6
Comments
Hi. The 3.7 branch is still work in progress. We hope to finish it soon. Please use the "develop" branch for now. |
Hi, thanks. Unfortunately i switched to vanilla python installed to |
@vooon Thanks for letting us know. Did you get these errors after building the "develop" branch or on the "3.7" branch? |
"python3.7" branch. I changed most of unavailable tarballs urls to upstream ones. Then got successful build. But the problem is more like in how virtualenv work. Because it do a copy of My goal is to have portable runtime that is not tied to exact operating system, so then I can package my microservice venv and run. |
After much hacking around, I have also not been able to build inside a virtual environment. In the end I gave up and now build using the system Python. |
Hey guys, trying to figure the issue out. |
@r-bit-rry i tried to create venv with relocatable python and then use it. |
Hello,
There are may errors like that on python3.7 branch:
As a quick fix i just change urls to use upstream sites.
The text was updated successfully, but these errors were encountered: