#๐Ÿ”’ Trying to pipinstall pyamf for past 4 hours. No fix for error codes are working ;w;

7 messages ยท Page 1 of 1 (latest)

mental ironBOT
#

@slate wigeon

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

slate wigeon
#

oh my message got deleted

#

Trying to pip install pyamf, continue getting same error no matter how fixes i try from google , forums, youtube, AI etc. Not sure what to do

python setup.py bdist_wheel did not run successfully.
193 error lines of code that discord says is to long but have setup in a note pad if needed to send :3 (edit posted on the pastebin thing taht was linked to me by python bot in dms)
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyamf
Running setup.py clean for pyamf
Failed to build pyamf
ERROR: Could not build wheels for pyamf, which is required to install pyproject.toml-based projects
Not sure how to fix and would be a huge help if anyone could

#

Im 99.9999999% sure i need pyamf for the tool im using as when trying to get into cmd i get this error
C:\Users\reesp>C:\Users\reesp\OneDrive\Desktop\nklafdghnadfg\main.py
Traceback (most recent call last):
File "C:\Users\reesp\OneDrive\Desktop\nklafdghnadfg\main.py", line 6, in <module>
from msp import gen_session_id, ticket_header, send_amf
File "C:\Users\reesp\OneDrive\Desktop\nklafdghnadfg\msp.py", line 8, in <module>
from pyamf import remoting, ASObject, TypedObject, AMF3, amf3
ModuleNotFoundError: No module named 'pyamf'

#

Update i got py3amf setup correct, now running into error with
AttributeError: cannot access submodule 'lxml' of module 'defusedxml' (most likely due to a circular import)
^^^^^^^^^^^^^^^^^^
AttributeError: module 'defusedxml' has no attribute 'lxml'

mental ironBOT
#

@slate wigeon

Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.