Skip to content
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

Unable to install in Windows #1

Open
rtb21 opened this issue Aug 17, 2020 · 1 comment
Open

Unable to install in Windows #1

rtb21 opened this issue Aug 17, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@rtb21
Copy link

rtb21 commented Aug 17, 2020

When installing mprofile in Windows the following error is generated:

Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\bacon\AppData\Local\Temp\pip-install-sx88i9tf\mprofile\setup.py", line 29, in <module>
        pythonapi = ctypes.cdll.LoadLibrary(None)
      File "C:\Program Files\Python37\lib\ctypes\__init__.py", line 442, in LoadLibrary
        return self._dlltype(name)
      File "C:\Program Files\Python37\lib\ctypes\__init__.py", line 364, in __init__
        self._handle = _dlopen(self._name, mode)
    TypeError: LoadLibrary() argument 1 must be str, not None

Thanks!

@timpalpant
Copy link
Owner

Sadly mprofile only supports UNIX systems (Linux, BSD, macOS) right now. I do not have the resources to port it to Windows, but would be happy to merge changes if someone else is able to do so.

@timpalpant timpalpant added enhancement New feature or request help wanted Extra attention is needed labels Jul 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants