-
Notifications
You must be signed in to change notification settings - Fork 75
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
Cant install on windows #943
Comments
The pip install only works with python 3.7 and maybe 3.8. So you will need to build from sources. See ReadMe. Would anyone like to take over the generation of the PyPi files? |
@dkeeney why it's hosted on test pypi and not on main pypi repo? |
Because we never really finished transitioning from a proof-of-concept trial to full production into PyPi. So, with the exception of the few combinations of Python versions and OS versions that we exported, I suggest that everyone build from sources. Having said that, I realize that having a complete set of PyPi modules would certainly be useful for the Python developers out there because they would not be required to have a C++ compiler installed. What we need is someone willing to take on the project of doing all of the builds or setting up a build stream that can build them. |
I can take a look into publishing htm-core on pypi, not now but later this week. |
Update: I don't think I will be getting around to fixing this anytime soon, so if someone else wants to drive this issue it's all yours. Status:
|
@ctrl-z-9000-times Thanks for doing as much as you did. |
Hi,
I tried installing using the read me, using python -m pip install -i https://test.pypi.org/simple/ htm.core but got the following error:
ERROR: Could not find a version that satisfies the requirement htm.core (from versions: none)
ERROR: No matching distribution found for htm.core
I then tried building from the setup.py doc but get the following error:
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.1520.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
I've installed requirements using the requirements.txt file and also ensured I have cmake installed. Can anyone help please?
Thanks, M
The text was updated successfully, but these errors were encountered: