Coder Social home page Coder Social logo

Comments (4)

gunesacar avatar gunesacar commented on August 17, 2024

Thanks for reporting @Aphexus. Can you share the exact diff of the your changes, or submit a pull request?

I believe this is due to installing tbselenium on Windows, which is unfortunately not supported.

from tor-browser-selenium.

Illegal-Services avatar Illegal-Services commented on August 17, 2024

I have the same issue, I'm running Windows while this error occurs.

from tor-browser-selenium.

Aphexus avatar Aphexus commented on August 17, 2024

in setup.py, change the
with open('README.md') as f:

to

with open('README.md', encoding="utf8") as f:

Readme.md has utf8 and the loader will err because of this.


from setuptools import setup

with open('README.md') as f:
long_description = f.read()

setup(
author='Gunes Acar',
name="tbselenium",
description="Tor Browser automation with Selenium",
keywords=["tor", "selenium", "tor browser"],
version="0.8.0",
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/webfp/tor-browser-selenium',
packages=["tbselenium", "tbselenium.test"],
install_requires=[
"selenium>=4"
]
)

from tor-browser-selenium.

gunesacar avatar gunesacar commented on August 17, 2024

Fixed in 9abefa8
Again, since this error only occurs on an unsupported OS no immediate PyPI release will be made.

from tor-browser-selenium.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.